We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c1e70 commit bbf4638Copy full SHA for bbf4638
charts/docker-registry-ui/Chart.yaml
@@ -4,6 +4,6 @@ description: A Helm chart for Kubernetes for Docker Registry UI
4
5
type: application
6
7
-version: 0.1.0
+version: 0.1.1
8
9
appVersion: "latest"
charts/docker-registry-ui/templates/NOTES.txt
@@ -24,7 +24,7 @@
24
2. Don't forget to create your secret with
25
26
kubectl create secret generic registry-ui-secret \
27
- -n {{ .Release.Namespace }}
+ -n {{ .Release.Namespace }} \
28
--from-literal=url="http://your-registry.com:5000" \
29
--from-literal=auth="$(echo -n 'username:password' | base64)"
30
0 commit comments