From 7e912ed2e80a6a6bebd60737cfd00d1465a135df Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Wed, 31 Aug 2022 11:14:08 +0200 Subject: [PATCH] chore(kustomize): updating repository and tag --- config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml | 6 +++--- config/install.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml b/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml index b624556..6611575 100644 --- a/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml +++ b/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml @@ -69,7 +69,7 @@ spec: description: KonnectivitySpec defines the spec for Konnectivity. properties: agentImage: - default: us.gcr.io/k8s-artifacts-prod/kas-network-proxy/proxy-agent + default: registry.k8s.io/kas-network-proxy/proxy-agent description: AgentImage defines the container image for Konnectivity's agent. type: string @@ -106,12 +106,12 @@ spec: type: object type: object serverImage: - default: us.gcr.io/k8s-artifacts-prod/kas-network-proxy/proxy-server + default: registry.k8s.io/kas-network-proxy/proxy-server description: ServerImage defines the container image for Konnectivity's server. type: string version: - default: v0.0.31 + default: v0.0.32 description: Version for Konnectivity server and agent. type: string required: diff --git a/config/install.yaml b/config/install.yaml index e7a1811..2d6409a 100644 --- a/config/install.yaml +++ b/config/install.yaml @@ -70,7 +70,7 @@ spec: description: KonnectivitySpec defines the spec for Konnectivity. properties: agentImage: - default: us.gcr.io/k8s-artifacts-prod/kas-network-proxy/proxy-agent + default: registry.k8s.io/kas-network-proxy/proxy-agent description: AgentImage defines the container image for Konnectivity's agent. type: string proxyPort: @@ -100,11 +100,11 @@ spec: type: object type: object serverImage: - default: us.gcr.io/k8s-artifacts-prod/kas-network-proxy/proxy-server + default: registry.k8s.io/kas-network-proxy/proxy-server description: ServerImage defines the container image for Konnectivity's server. type: string version: - default: v0.0.31 + default: v0.0.32 description: Version for Konnectivity server and agent. type: string required: