Skip to content

Commit

Permalink
Merge pull request #177 from Farfaday/main
Browse files Browse the repository at this point in the history
Fix wrong formating for resources for the wait-for-redis initContainer
  • Loading branch information
pierluigilenoci authored Dec 8, 2023
2 parents f5676f5 + 554cbfd commit 4619042
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions helm/oauth2-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: oauth2-proxy
version: 6.21.0
version: 6.21.1
apiVersion: v2
appVersion: 7.5.1
home: https://oauth2-proxy.github.io/oauth2-proxy/
Expand Down Expand Up @@ -34,8 +34,8 @@ maintainers:
kubeVersion: ">=1.9.0-0"
annotations:
artifacthub.io/changes: |
- kind: added
description: Add possibility to set resources for the wait-for-redis initContainer
- kind: fixed
description: Fix wrong formating for resources for the wait-for-redis initContainer
links:
- name: Github PR
url: https://github.com/oauth2-proxy/manifests/pull/176
url: https://github.com/oauth2-proxy/manifests/pull/177
2 changes: 1 addition & 1 deletion helm/oauth2-proxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
{{- toYaml $securityContext | nindent 10 }}
{{- end }}
resources:
{{ toYaml .Values.initContainers.waitForRedis.resources | indent 10 }}
{{- toYaml .Values.initContainers.waitForRedis.resources | nindent 10 }}
{{- end }}
{{- if .Values.terminationGracePeriodSeconds }}
terminationGracePeriodSeconds: {{ .Values.terminationGracePeriodSeconds }}
Expand Down

0 comments on commit 4619042

Please sign in to comment.