File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -127,11 +127,17 @@ certs:
127
127
key : " registry.crt"
128
128
` ` `
129
129
130
- Then, add the flag ` -f registry-cert-values.yml` to the end of the secret
131
- verification immediately above :
130
+ Then, add the flag ` -f registry-cert-values.yml` to the end of the `helm
131
+ install` or `helm upgrade` command to include the new secrets file :
132
132
133
133
` ` ` console
134
- kubectl -n coder get secret local-registry-cert -o yaml -f registry-cert-values.yml
134
+ helm install --wait --atomic --debug --namespace coder coder . \
135
+ --set cemanager.image=$REGISTRY_DOMAIN_NAME/coderenvs/coder-service:<version> \
136
+ --set envproxy.image=$REGISTRY_DOMAIN_NAME/coderenvs/coder-service:<version> \
137
+ --set envbox.image=$REGISTRY_DOMAIN_NAME/coderenvs/envbox:<version> \
138
+ --set timescale.image=$REGISTRY_DOMAIN_NAME/coderenvs/timescale:<version> \
139
+ --set dashboard.image=$REGISTRY_DOMAIN_NAME/coderenvs/dashboard:<version> \
140
+ -f registry-cert-values.yml
135
141
` ` `
136
142
137
143
# ## Resolving the registry using the cluster's DNS or hostAliases
You can’t perform that action at this time.
0 commit comments