File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11name : oauth2-proxy
2- version : 7.7.4
2+ version : 7.7.5
33apiVersion : v2
44appVersion : 7.6.0
55home : https://oauth2-proxy.github.io/oauth2-proxy/
@@ -35,7 +35,7 @@ kubeVersion: ">=1.9.0-0"
3535annotations :
3636 artifacthub.io/changes : |
3737 - kind: fixed
38- description: Fixed the path in the volume "configaccesslist"
38+ description: Fixed the Deployment name in HPAs scaleTargeRef spec
3939 links:
4040 - name: Github PR
41- url: https://github.com/oauth2-proxy/manifests/pull/216
41+ url: https://github.com/oauth2-proxy/manifests/pull/217
Original file line number Diff line number Diff line change 1515 scaleTargetRef :
1616 apiVersion : apps/v1
1717 kind : Deployment
18- name : {{ template "oauth2-proxy.name " . }}
18+ name : {{ template "oauth2-proxy.fullname " . }}
1919 minReplicas : {{ .Values.autoscaling.minReplicas }}
2020 maxReplicas : {{ .Values.autoscaling.maxReplicas }}
2121 metrics :
You can’t perform that action at this time.
0 commit comments