Skip to content

Commit

Permalink
Update webhook-deployment.yaml (#241)
Browse files Browse the repository at this point in the history
* Update webhook-deployment.yaml

Fix bug

* Update Chart.yaml
  • Loading branch information
OriBenHur-akeyless authored Apr 10, 2024
1 parent 240df26 commit 7ccdbc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/akeyless-k8s-secrets-injection/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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.
version: 1.8.3
version: 1.8.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
- name: RESTART_ROLLOUT
value: enable
- name: RESTART_INTERVAL
value: .Values.restartRollout.interval
value: {{ .Values.restartRollout.interval }}
{{- end }}
- name: AKEYLESS_AGENT_IMAGE
value: "{{ .Values.image.agentImage }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
Expand Down

0 comments on commit 7ccdbc0

Please sign in to comment.