Skip to content

Commit bbf4638

Browse files
authored
fix: fix note in helm-chart
1 parent 80c1e70 commit bbf4638

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/docker-registry-ui/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ description: A Helm chart for Kubernetes for Docker Registry UI
44

55
type: application
66

7-
version: 0.1.0
7+
version: 0.1.1
88

99
appVersion: "latest"

charts/docker-registry-ui/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
2. Don't forget to create your secret with
2525

2626
kubectl create secret generic registry-ui-secret \
27-
-n {{ .Release.Namespace }}
27+
-n {{ .Release.Namespace }} \
2828
--from-literal=url="http://your-registry.com:5000" \
2929
--from-literal=auth="$(echo -n 'username:password' | base64)"
3030

0 commit comments

Comments
 (0)