Skip to content

Commit 611e059

Browse files
authored
Merge pull request #8 from kairos-io/fix-duplicate-deployment-name
Use a unique name for the nginx Deployment
2 parents 710fadf + 00da2c7 commit 611e059

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/osbuilder/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ maintainers:
88
- name: Ettore Di Giacinto
99
1010

11-
version: 0.5.2
11+
version: 0.5.3
1212
appVersion: "v0.5.1"

charts/osbuilder/templates/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ kind: Deployment
9898
metadata:
9999
labels:
100100
app.kubernetes.io/name: osbuilder-nginx
101-
name: '{{ include "helm-chart.fullname" . }}'
101+
name: 'osbuilder-nginx'
102102
namespace: '{{.Release.Namespace}}'
103103
spec:
104104
replicas: 1

0 commit comments

Comments
 (0)