Skip to content

Commit ba6d0ee

Browse files
fixed chart inconsistencies
1 parent 756fde5 commit ba6d0ee

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

helm/oauth2-proxy/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: oauth2-proxy
2-
version: 7.7.0
2+
version: 7.7.1
33
apiVersion: v2
44
appVersion: 7.6.0
55
home: https://oauth2-proxy.github.io/oauth2-proxy/
@@ -34,8 +34,8 @@ maintainers:
3434
kubeVersion: ">=1.9.0-0"
3535
annotations:
3636
artifacthub.io/changes: |
37-
- kind: added
38-
description: option to configure traffic policy for the service
37+
- kind: fixed
38+
description: fixed chart inconsistencies
3939
links:
4040
- name: Github PR
41-
url: https://github.com/oauth2-proxy/manifests/pull/190
41+
url: https://github.com/oauth2-proxy/manifests/pull/212

helm/oauth2-proxy/templates/deployment.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ spec:
2525
template:
2626
metadata:
2727
annotations:
28+
{{- if .Values.config.configFile }}
2829
checksum/config: {{ tpl .Values.config.configFile $ | sha256sum }}
30+
{{- end }}
2931
{{- if .Values.alphaConfig.enabled }}
3032
checksum/alpha-config: {{ include "oauth2-proxy.alpha-config" . | sha256sum }}
3133
{{- end }}
@@ -66,7 +68,7 @@ spec:
6668
- name: wait-for-redis
6769
image: "{{ .Values.initContainers.waitForRedis.image.repository }}:{{ .Values.initContainers.waitForRedis.image.tag }}"
6870
imagePullPolicy: {{ .Values.initContainers.waitForRedis.image.pullPolicy }}
69-
command: ["/bin/sh", "-c", "/scripts/check-redis.sh"]
71+
command: ["/bin/sh", "-c", "/scripts/check-redis.sh"]
7072
env:
7173
- name: TOTAL_RETRY_TIME
7274
value: "{{ .Values.initContainers.waitForRedis.timeout }}"

0 commit comments

Comments
 (0)