Skip to content

Commit

Permalink
correct the appversion
Browse files Browse the repository at this point in the history
  • Loading branch information
sahassou committed Nov 21, 2023
1 parent c8994d9 commit 7868635
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: keycloak
image: "{{ .Values.image.repository }}:{{ .Chart.AppVersion }}"
image: "{{ .Values.image.repository }}:{{ .Chart.appVersion }}"
args:
- start-dev
- "--import-realm"
Expand Down

0 comments on commit 7868635

Please sign in to comment.