diff --git a/apps/files/config/user/helm-charts/files/templates/files_deploy.yaml b/apps/files/config/user/helm-charts/files/templates/files_deploy.yaml index f2c89be2..03f11b91 100644 --- a/apps/files/config/user/helm-charts/files/templates/files_deploy.yaml +++ b/apps/files/config/user/helm-charts/files/templates/files_deploy.yaml @@ -173,7 +173,7 @@ spec: - /filebrowser - --noauth - name: files-frontend - image: beclab/files-frontend:v1.2.7 + image: beclab/files-frontend:v1.2.14 imagePullPolicy: IfNotPresent ports: - containerPort: 80 diff --git a/apps/vault/config/cluster/deploy/vault_server_deploy.yaml b/apps/vault/config/cluster/deploy/vault_server_deploy.yaml index ca6a45d2..e4334b88 100644 --- a/apps/vault/config/cluster/deploy/vault_server_deploy.yaml +++ b/apps/vault/config/cluster/deploy/vault_server_deploy.yaml @@ -83,7 +83,7 @@ spec: value: os_system_vault containers: - name: vault-server - image: beclab/vault-server:v1.2.6 + image: beclab/vault-server:v1.2.14 imagePullPolicy: IfNotPresent ports: - containerPort: 3000 @@ -110,7 +110,7 @@ spec: - name: vault-attach mountPath: /padloc/packages/server/attachments - name: vault-admin - image: beclab/vault-admin:v1.2.6 + image: beclab/vault-admin:v1.2.14 imagePullPolicy: IfNotPresent ports: - containerPort: 3010 diff --git a/apps/vault/config/user/helm-charts/vault/templates/vault_deploy.yaml b/apps/vault/config/user/helm-charts/vault/templates/vault_deploy.yaml index 5454e751..475f70c3 100644 --- a/apps/vault/config/user/helm-charts/vault/templates/vault_deploy.yaml +++ b/apps/vault/config/user/helm-charts/vault/templates/vault_deploy.yaml @@ -65,13 +65,13 @@ spec: containers: - name: vault-frontend - image: beclab/vault-frontend:v1.2.6 + image: beclab/vault-frontend:v1.2.14 imagePullPolicy: IfNotPresent ports: - containerPort: 80 - name: notification-server - image: beclab/vault-notification:v1.2.6 + image: beclab/vault-notification:v1.2.14 imagePullPolicy: IfNotPresent ports: - containerPort: 3010