Skip to content

Commit

Permalink
feat: fix helm deployemnt pod labels
Browse files Browse the repository at this point in the history
Signed-off-by: Zufar Dhiyaullhaq <[email protected]>
  • Loading branch information
zufardhiyaulhaq committed Sep 28, 2024
1 parent a4ed4f5 commit 2035507
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/istio-upgrade-consumer/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ spec:
replicas: {{ .Values.deployment.replicas }}
selector:
matchLabels:
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/name: {{ .Release.Name }}
template:
metadata:
labels:
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/name: {{ .Release.Name }}
{{- include "istio-upgrade-consumer.podlabels" . | nindent 8 }}
spec:
serviceAccount: {{ .Release.Name }}
Expand Down
6 changes: 3 additions & 3 deletions charts/releases/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ entries:
istio-upgrade-consumer:
- apiVersion: v2
appVersion: 1.0.0
created: "2024-09-28T23:32:23.030139+07:00"
created: "2024-09-29T00:03:17.055556+07:00"
description: Consumer for Istio Upgrade tooling to receive events related to Istio
upgrade
digest: c59e9f919b01632a89d2ea784d702678745cf63ae91488df8c917c2d5ca3b294
digest: f4ebb9d1897ab7e1ed8f1a7d7223d99e868ac1d788db9e1fd0bd7b9dfefb7a75
home: https://github.com/gopaytech/istio-upgrade-consumer
maintainers:
- email: [email protected]
Expand All @@ -17,4 +17,4 @@ entries:
urls:
- istio-upgrade-consumer-1.0.0.tgz
version: 1.0.0
generated: "2024-09-28T23:32:23.028771+07:00"
generated: "2024-09-29T00:03:17.054611+07:00"
Binary file modified charts/releases/istio-upgrade-consumer-1.0.0.tgz
Binary file not shown.

0 comments on commit 2035507

Please sign in to comment.