Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ spec:
name: check-appservice
containers:
- name: appstore-backend
image: beclab/market-backend:v0.6.93
image: beclab/market-backend:v0.6.99
imagePullPolicy: IfNotPresent
ports:
- containerPort: 81
Expand Down Expand Up @@ -207,7 +207,7 @@ spec:
- name: API_DATA_PATH
value: /api/v1/appstore/info
- name: API_CHART_PATH
value: /api/v1/applications/{chart_name}/chart
value: /api/v2/applications/{chart_name}/chart
- name: API_DETAIL_PATH
value: /api/v1/applications/info
- name: API_CATALOG_PATH
Expand Down
Loading