File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 2424{{- if gt (len $movedList) 0 }}
2525Deprecated: The Helm values below should be updated to avoid breaking in a future release!
2626{{- if hasKey .Values "cemanager" }}
27- ⚠ The "cemanager" Kubernetes Service will be renamed to "coderd" once moved .
27+ ⚠ The "cemanager" Kubernetes Service will be renamed to "coderd".
2828{{- end }}
2929{{- $movedList = sortAlpha $movedList }}
3030{{- range $_, $key := $movedList }}
@@ -41,13 +41,18 @@ Deprecated: The "dashboard" Kubernetes Service has been merged with "coderd".
4141{{- end }}
4242{{ end }}
4343
44+ {{- if gt (len (keys (.Values.envproxy | dict))) 1 }}
45+ Deprecated: The "envproxy" Kubernetes Service has been merged with "coderd".
46+ ✗ All "envproxy.*" values can be safely removed.
47+ ✗ Ensure that workspaces are rebuilt after this change.
48+ {{ end }}
4449{{- else }}
4550{{- if eq (include "coder.hasNginxIngress" .) "true" }}
4651Deprecated: The "nginx" ingress controller will be removed in a future release.
4752 🌍 The "coderd" Kubernetes Service now serves TLS certificates.
4853 ⤴ Upgrade now by setting the Helm value "coderd.serviceNext=true".
4954{{ else }}
50- Deprecated: The "envproxy" and "dashboard" Kubernetes Services are merging into "coderd" in a future release. Update your custom ingress:
55+ Deprecated: The "envproxy" and "dashboard" Kubernetes Services are merging into "coderd" in a future release. To update your custom ingress:
5156 ↪ Rename "cemanager" to "coderd"
5257 ↪ Route traffic from "dashboard" to "coderd"
5358 ↪ Route traffic from "envproxy" to "coderd"
You can’t perform that action at this time.
0 commit comments