From 2919d5aeb9622614355bd9d8e810de2d723b8471 Mon Sep 17 00:00:00 2001 From: Xie Wei Date: Tue, 14 May 2024 11:44:19 +0000 Subject: [PATCH] chore: use dockerhub as default registry Signed-off-by: Xie Wei --- charts/operator/Chart.yaml | 4 ++-- charts/operator/values.yaml | 2 +- config/manager/kustomization.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/operator/Chart.yaml b/charts/operator/Chart.yaml index 355db26..eb9e44e 100644 --- a/charts/operator/Chart.yaml +++ b/charts/operator/Chart.yaml @@ -13,9 +13,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.1.0" +appVersion: "0.2.1" diff --git a/charts/operator/values.yaml b/charts/operator/values.yaml index 3657ba4..13022b3 100644 --- a/charts/operator/values.yaml +++ b/charts/operator/values.yaml @@ -8,7 +8,7 @@ controllerManager: drop: - ALL image: - repository: ghcr.io/opengemini/opengemini-operator + repository: opengeminidb/opengemini-operator tag: latest resources: limits: diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index c89ee7c..0f5ad50 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -4,5 +4,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization images: - name: controller - newName: ghcr.io/opengemini/opengemini-operator + newName: opengeminidb/opengemini-operator newTag: latest