mirror of
				https://github.com/Telecominfraproject/wlan-cloud-helm.git
				synced 2025-10-31 02:27:52 +00:00 
			
		
		
		
	Merge pull request #82 from Telecominfraproject/feature/example-values-update
[TOOLS-146] Del: usage of docker credentials as anonymous pull is allowd
This commit is contained in:
		| @@ -12,7 +12,6 @@ shared: | |||||||
| annotations: { | annotations: { | ||||||
|     "helm.sh/resource-policy": keep |     "helm.sh/resource-policy": keep | ||||||
| } | } | ||||||
| dockerRegistrySecret: ewoJImF1dGhzIjogewoJCSJ0aXAtdGlwLXdsYW4tY2xvdWQtZG9ja2VyLXJlcG8uamZyb2cuaW8iOiB7CgkJCSJhdXRoIjogImRHbHdMWEpsWVdRNmRHbHdMWEpsWVdRPSIKCQl9Cgl9LAoJIkh0dHBIZWFkZXJzIjogewoJCSJVc2VyLUFnZW50IjogIkRvY2tlci1DbGllbnQvMTkuMDMuOCAobGludXgpIgoJfQp9 |  | ||||||
|  |  | ||||||
| opensync-gw-static: | opensync-gw-static: | ||||||
|   enabled: false |   enabled: false | ||||||
|   | |||||||
| @@ -12,7 +12,6 @@ shared: | |||||||
| annotations: { | annotations: { | ||||||
|     "helm.sh/resource-policy": keep |     "helm.sh/resource-policy": keep | ||||||
| } | } | ||||||
| dockerRegistrySecret: ewoJImF1dGhzIjogewoJCSJ0aXAtdGlwLXdsYW4tY2xvdWQtZG9ja2VyLXJlcG8uamZyb2cuaW8iOiB7CgkJCSJhdXRoIjogImRHbHdMWEpsWVdRNmRHbHdMWEpsWVdRPSIKCQl9Cgl9LAoJIkh0dHBIZWFkZXJzIjogewoJCSJVc2VyLUFnZW50IjogIkRvY2tlci1DbGllbnQvMTkuMDMuOCAobGludXgpIgoJfQp9 |  | ||||||
|  |  | ||||||
| opensync-gw-static: | opensync-gw-static: | ||||||
|   enabled: false |   enabled: false | ||||||
|   | |||||||
| @@ -42,8 +42,8 @@ global: | |||||||
|  |  | ||||||
|   repository: |   repository: | ||||||
|     registry: tip-tip-wlan-cloud-docker-repo.jfrog.io |     registry: tip-tip-wlan-cloud-docker-repo.jfrog.io | ||||||
|     username: tip-read |     # username: username | ||||||
|     password: tip-read |     # password: password | ||||||
|   # image pull policy |   # image pull policy | ||||||
|   pullPolicy: IfNotPresent |   pullPolicy: IfNotPresent | ||||||
|  |  | ||||||
| @@ -86,7 +86,7 @@ global: | |||||||
|       path: /opt/bitnami/jmx-exporter/jmx_prometheus_javaagent.jar |       path: /opt/bitnami/jmx-exporter/jmx_prometheus_javaagent.jar | ||||||
|  |  | ||||||
| # DockerRegistry Secret | # DockerRegistry Secret | ||||||
| createDockerRegistrySecret: true | createDockerRegistrySecret: false | ||||||
|  |  | ||||||
| # Enabling components under Tip-wlan | # Enabling components under Tip-wlan | ||||||
| opensync-gw-static: | opensync-gw-static: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dmitry Dunaev
					Dmitry Dunaev