diff --git a/argocd-apps/infrastructure/envoy-gateway.yaml b/argocd-apps/infrastructure/envoy-gateway.yaml index 3ed0b1c..e3f56c8 100644 --- a/argocd-apps/infrastructure/envoy-gateway.yaml +++ b/argocd-apps/infrastructure/envoy-gateway.yaml @@ -10,7 +10,7 @@ metadata: spec: project: infrastructure sources: - - repoURL: https://gateway.envoyproxy.io/charts + - repoURL: oci://docker.io/envoyproxy chart: gateway-helm targetRevision: v1.6.3 helm: diff --git a/argocd-apps/infrastructure/netbird-operator.yaml b/argocd-apps/infrastructure/netbird-operator.yaml index 94951f9..7a3ffa6 100644 --- a/argocd-apps/infrastructure/netbird-operator.yaml +++ b/argocd-apps/infrastructure/netbird-operator.yaml @@ -10,9 +10,9 @@ metadata: spec: project: infrastructure sources: - - repoURL: https://netbirdio.github.io/kubernetes-operator - chart: netbird-operator - targetRevision: "*" + - repoURL: https://netbirdio.github.io/helms + chart: kubernetes-operator + targetRevision: "0.2.2" helm: valueFiles: - $values/infrastructure/netbird-operator/values.yaml