Skip to content

Commit 05d8bf1

Browse files
Merge pull request #217 from losil/fix/hpa-scaleTargetRef-deployment-name
fix: Deployment name in HPAs scaleTargeRef spec
2 parents 3ed349b + 66524b0 commit 05d8bf1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

helm/oauth2-proxy/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: oauth2-proxy
2-
version: 7.7.4
2+
version: 7.7.5
33
apiVersion: v2
44
appVersion: 7.6.0
55
home: https://oauth2-proxy.github.io/oauth2-proxy/
@@ -35,7 +35,7 @@ kubeVersion: ">=1.9.0-0"
3535
annotations:
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

helm/oauth2-proxy/templates/hpa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
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:

0 commit comments

Comments
 (0)