···1010 values = [
1111 yamlencode({
1212 global = {
1313- domain = "argocd.127-0-0-1.nip.io"
1313+ domain = "argocd.127.0.0.1.sslip.io"
1414 # TODO override to use the latest development version for first class OCI support
1515 # Remove once ArgoCD 3.1.0 stable is released
1616 image = {
···4141 # node. That means this development cluster can only have 1 node unless
4242 # we have RWX and use a DaemonSet for the in-cluster registry.
4343 # See also the nodePort in ../../system/registry.yaml
4444- "registry.127-0-0-1.nip.io" = {
4444+ "registry.127.0.0.1.sslip.io" = {
4545 endpoint = [
4646 "http://localhost:30000"
4747 ]