Skip to content

Commit

Permalink
Merge pull request #183 from Farfaday/main
Browse files Browse the repository at this point in the history
fix: Allow setting revisionHistoryLimit to 0
  • Loading branch information
pierluigilenoci committed Feb 28, 2024
2 parents 1d8900d + 455cf39 commit 731465b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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.24.1
version: 6.24.2
apiVersion: v2
appVersion: 7.6.0
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: Upgrade to the latest version of Redis
- kind: fixed
description: Allow setting revisionHistoryLimit to 0
links:
- name: Github PR
url: https://github.com/oauth2-proxy/manifests/pull/186
url: https://github.com/oauth2-proxy/manifests/pull/183
2 changes: 0 additions & 2 deletions helm/oauth2-proxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ metadata:
namespace: {{ template "oauth2-proxy.namespace" $ }}
spec:
replicas: {{ .Values.replicaCount }}
{{- if .Values.revisionHistoryLimit }}
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
{{- end }}
selector:
matchLabels:
{{- include "oauth2-proxy.selectorLabels" . | indent 6 }}
Expand Down

0 comments on commit 731465b

Please sign in to comment.