File tree 2 files changed +4
-2
lines changed
deploy/helm/pulumi-operator
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ icon: https://www.pulumi.com/logos/brand/avatar-on-white.svg
9
9
10
10
type : application
11
11
12
- version : 0.7.2
12
+
13
+ version : 0.7.3
13
14
appVersion : 1.14.0
14
15
15
16
keywords :
@@ -25,7 +26,7 @@ maintainers:
25
26
annotations :
26
27
artifacthub.io/containsSecurityUpdates : " false"
27
28
artifacthub.io/changes : |
28
- - Fix type in CRD
29
+ - Added "name" label with pulumi-kubernetes-operator.name value to pulumi-kubernetes-operator Deployment at ReplicaSet level. (#519)
29
30
artifacthub.io/images : |
30
31
- name: pulumi-kubernetes-operator
31
32
image: docker.io/pulumi-kubernetes-operator:v1.14.0
Original file line number Diff line number Diff line change 24
24
{{- toYaml . | nindent 8 }}
25
25
{{- end }}
26
26
labels :
27
+ name : {{ template "pulumi-kubernetes-operator.name" . }}
27
28
app : {{ template "pulumi-kubernetes-operator.name" . }}
28
29
release : {{ .Release.Name }}
29
30
{{- include "pulumi-kubernetes-operator.selectorLabels" . | nindent 8 }}
You can’t perform that action at this time.
0 commit comments