From 277ddb405bd6201b57c8d383ac60a4687b22733d Mon Sep 17 00:00:00 2001 From: Adnan Kamili Date: Tue, 8 Sep 2020 12:17:24 +0530 Subject: [PATCH] updated image versions --- cryptlex/cryptlex-enterprise/Chart.yaml | 4 ++-- .../templates/deployments/dashboard-deployment.yaml | 4 ++-- .../templates/deployments/web-api-deployment.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cryptlex/cryptlex-enterprise/Chart.yaml b/cryptlex/cryptlex-enterprise/Chart.yaml index bccb1cdf..0e824032 100644 --- a/cryptlex/cryptlex-enterprise/Chart.yaml +++ b/cryptlex/cryptlex-enterprise/Chart.yaml @@ -7,8 +7,8 @@ icon: https://cryptlex.com/images/cryptlex_icon.png # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 3.7.21 +version: 3.7.22 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 3.7.21 \ No newline at end of file +appVersion: 3.7.22 \ No newline at end of file diff --git a/cryptlex/cryptlex-enterprise/templates/deployments/dashboard-deployment.yaml b/cryptlex/cryptlex-enterprise/templates/deployments/dashboard-deployment.yaml index 963ed2f8..6de46a8a 100644 --- a/cryptlex/cryptlex-enterprise/templates/deployments/dashboard-deployment.yaml +++ b/cryptlex/cryptlex-enterprise/templates/deployments/dashboard-deployment.yaml @@ -19,9 +19,9 @@ spec: containers: - name: dashboard {{ if .Values.services.dashboard.image }} - image: {{ .Values.services.dashboard.image }}:3.29.18 + image: {{ .Values.services.dashboard.image }}:3.29.22 {{ else}} - image: cryptlex/cryptlex-web-dashboard:3.29.18 + image: cryptlex/cryptlex-web-dashboard:3.29.22 {{ end }} imagePullPolicy: "IfNotPresent" ports: diff --git a/cryptlex/cryptlex-enterprise/templates/deployments/web-api-deployment.yaml b/cryptlex/cryptlex-enterprise/templates/deployments/web-api-deployment.yaml index 2cf73536..429e004d 100644 --- a/cryptlex/cryptlex-enterprise/templates/deployments/web-api-deployment.yaml +++ b/cryptlex/cryptlex-enterprise/templates/deployments/web-api-deployment.yaml @@ -24,9 +24,9 @@ spec: containers: - name: web-api {{ if .Values.services.webApi.image }} - image: {{ .Values.services.webApi.image }}:3.31.17 + image: {{ .Values.services.webApi.image }}:3.31.18 {{ else}} - image: cryptlex/cryptlex-web-api-enterprise:3.31.17 + image: cryptlex/cryptlex-web-api-enterprise:3.31.18 {{ end }} imagePullPolicy: "IfNotPresent" ports: