Skip to content

Commit

Permalink
keycloak-operator-legacy: update to 19.0.3-legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed Jan 27, 2023
1 parent 0896d25 commit 7b98dcc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/keycloak-operator-legacy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# 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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.6
version: 0.1.7

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "18.0.0-legacy"
appVersion: "19.0.3-legacy"
9 changes: 7 additions & 2 deletions charts/keycloak-operator-legacy/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- $dot := . -}}
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down Expand Up @@ -35,7 +36,11 @@ spec:
fieldPath: metadata.name
- name: OPERATOR_NAME
value: "keycloak-operator"
{{- with .Values.keycloak.image }}
- name: RELATED_IMAGE_KEYCLOAK
value: "{{ .Values.keycloak.image.registry }}/{{ .Values.keycloak.image.repository }}:{{ .Values.keycloak.image.tag | default .Chart.AppVersion }}"
value: "{{ .registry }}/{{ .repository }}:{{ .tag | default $dot.Chart.AppVersion }}"
{{- end }}
{{- with .Values.postgres.image }}
- name: RELATED_IMAGE_POSTGRESQL
value: "{{ .Values.postgres.image.registry }}/{{ .Values.postgres.image.repository }}:{{ .Values.postgres.image.tag | default .Chart.AppVersion }}"
value: "{{ .registry }}/{{ .repository }}:{{ .tag | default $dot.Chart.AppVersion }}"
{{- end }}

0 comments on commit 7b98dcc

Please sign in to comment.