Skip to content

Commit

Permalink
updated image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
adnan-kamili committed Sep 8, 2020
1 parent f3141da commit 277ddb4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cryptlex/cryptlex-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
appVersion: 3.7.22
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 277ddb4

Please sign in to comment.