Skip to content

Commit 731465b

Browse files
Merge pull request #183 from Farfaday/main
fix: Allow setting revisionHistoryLimit to 0
2 parents 1d8900d + 455cf39 commit 731465b

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
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: 6.24.1
2+
version: 6.24.2
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: Upgrade to the latest version of Redis
37+
- kind: fixed
38+
description: Allow setting revisionHistoryLimit to 0
3939
links:
4040
- name: Github PR
41-
url: https://github.com/oauth2-proxy/manifests/pull/186
41+
url: https://github.com/oauth2-proxy/manifests/pull/183

helm/oauth2-proxy/templates/deployment.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ metadata:
1212
namespace: {{ template "oauth2-proxy.namespace" $ }}
1313
spec:
1414
replicas: {{ .Values.replicaCount }}
15-
{{- if .Values.revisionHistoryLimit }}
1615
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
17-
{{- end }}
1816
selector:
1917
matchLabels:
2018
{{- include "oauth2-proxy.selectorLabels" . | indent 6 }}

0 commit comments

Comments
 (0)