diff --git a/apps/market/config/user/helm-charts/market/templates/market_deploy.yaml b/apps/market/config/user/helm-charts/market/templates/market_deploy.yaml index cf749485..739da53a 100644 --- a/apps/market/config/user/helm-charts/market/templates/market_deploy.yaml +++ b/apps/market/config/user/helm-charts/market/templates/market_deploy.yaml @@ -84,12 +84,12 @@ spec: fieldPath: status.podIP containers: - name: appstore - image: beclab/market-frontend:v0.3.2 + image: beclab/market-frontend:v0.3.3 imagePullPolicy: IfNotPresent ports: - containerPort: 80 - name: appstore-backend - image: beclab/market-backend:v0.3.2 + image: beclab/market-backend:v0.3.3 imagePullPolicy: IfNotPresent ports: - containerPort: 81 diff --git a/apps/system-apps/config/user/helm-charts/monitoring/templates/system-frontend.yaml b/apps/system-apps/config/user/helm-charts/monitoring/templates/system-frontend.yaml index 3731a286..afc924f9 100644 --- a/apps/system-apps/config/user/helm-charts/monitoring/templates/system-frontend.yaml +++ b/apps/system-apps/config/user/helm-charts/monitoring/templates/system-frontend.yaml @@ -238,7 +238,7 @@ spec: - mountPath: /www name: www-dir - name: settings-init - image: beclab/settings:v0.2.6 + image: beclab/settings:v0.2.8 imagePullPolicy: IfNotPresent command: - /bin/sh @@ -352,7 +352,7 @@ spec: terminationMessagePath: /dev/termination-log terminationMessagePolicy: File - name: settings-server - image: beclab/settings-server:v0.2.6 + image: beclab/settings-server:v0.2.8 imagePullPolicy: IfNotPresent ports: - containerPort: 3000 diff --git a/frameworks/app-service/config/cluster/deploy/appservice_deploy.yaml b/frameworks/app-service/config/cluster/deploy/appservice_deploy.yaml index 1c997d85..ca16a4d4 100644 --- a/frameworks/app-service/config/cluster/deploy/appservice_deploy.yaml +++ b/frameworks/app-service/config/cluster/deploy/appservice_deploy.yaml @@ -149,7 +149,7 @@ spec: priorityClassName: "system-cluster-critical" containers: - name: app-service - image: beclab/app-service:0.2.63 + image: beclab/app-service:0.2.70 imagePullPolicy: IfNotPresent securityContext: runAsUser: 0