diff --git a/deploy/postgres-operator/kubegres-operator.yaml b/deploy/postgres-operator/kubegres-operator.yaml index 9249d2cf..285a2251 100644 --- a/deploy/postgres-operator/kubegres-operator.yaml +++ b/deploy/postgres-operator/kubegres-operator.yaml @@ -88,7 +88,7 @@ spec: - --upstream=http://127.0.0.1:8080/ - --logtostderr=true - --v=0 - image: gcr.io/kubebuilder/kube-rbac-proxy:v0.14.1 + image: registry.k8s.io/kubebuilder/kube-rbac-proxy:v0.14.1 name: kube-rbac-proxy ports: - containerPort: 8443 @@ -139,4 +139,4 @@ spec: securityContext: runAsNonRoot: true serviceAccountName: kubegres-controller-manager - terminationGracePeriodSeconds: 10 \ No newline at end of file + terminationGracePeriodSeconds: 10