We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 710fadf + 00da2c7 commit 611e059Copy full SHA for 611e059
charts/osbuilder/Chart.yaml
@@ -8,5 +8,5 @@ maintainers:
8
- name: Ettore Di Giacinto
9
email: [email protected]
10
11
-version: 0.5.2
+version: 0.5.3
12
appVersion: "v0.5.1"
charts/osbuilder/templates/deployment.yaml
@@ -98,7 +98,7 @@ kind: Deployment
98
metadata:
99
labels:
100
app.kubernetes.io/name: osbuilder-nginx
101
- name: '{{ include "helm-chart.fullname" . }}'
+ name: 'osbuilder-nginx'
102
namespace: '{{.Release.Namespace}}'
103
spec:
104
replicas: 1
0 commit comments