diff --git a/apps/desktop/config/user/helm-charts/desktop/templates/desktop_deploy.yaml b/apps/desktop/config/user/helm-charts/desktop/templates/desktop_deploy.yaml index ce990b22..f45589d3 100644 --- a/apps/desktop/config/user/helm-charts/desktop/templates/desktop_deploy.yaml +++ b/apps/desktop/config/user/helm-charts/desktop/templates/desktop_deploy.yaml @@ -55,7 +55,7 @@ spec: containers: - name: edge-desktop - image: beclab/desktop:v0.2.24 + image: beclab/desktop:v0.2.25 imagePullPolicy: IfNotPresent ports: - containerPort: 80 @@ -64,7 +64,7 @@ spec: value: http://bfl.{{ .Release.Namespace }}:8080 - name: desktop-server - image: beclab/desktop-server:v0.2.24 + image: beclab/desktop-server:v0.2.25 imagePullPolicy: IfNotPresent volumeMounts: - name: userspace-dir diff --git a/apps/wizard/config/user/helm-charts/wizard/templates/wizard_deploy.yaml b/apps/wizard/config/user/helm-charts/wizard/templates/wizard_deploy.yaml index 4e475085..68929e85 100644 --- a/apps/wizard/config/user/helm-charts/wizard/templates/wizard_deploy.yaml +++ b/apps/wizard/config/user/helm-charts/wizard/templates/wizard_deploy.yaml @@ -55,7 +55,7 @@ spec: containers: - name: wizard - image: beclab/wizard:v0.5.4 + image: beclab/wizard:v0.5.5 imagePullPolicy: IfNotPresent ports: - containerPort: 80 diff --git a/third-party/authelia/config/user/helm-charts/auth/templates/auth_deploy.yaml b/third-party/authelia/config/user/helm-charts/auth/templates/auth_deploy.yaml index 59ec351b..462915e1 100644 --- a/third-party/authelia/config/user/helm-charts/auth/templates/auth_deploy.yaml +++ b/third-party/authelia/config/user/helm-charts/auth/templates/auth_deploy.yaml @@ -1,8 +1,3 @@ - - - - - --- apiVersion: apps/v1 kind: Deployment @@ -26,7 +21,7 @@ spec: spec: containers: - name: auth-front - image: beclab/login:v0.1.24 + image: beclab/login:v0.1.25 imagePullPolicy: IfNotPresent ports: - containerPort: 80