From cce7cca1cefdb8de9a59af0ac946b98a98e636bf Mon Sep 17 00:00:00 2001 From: alexlebens Date: Sat, 22 Jun 2024 16:51:22 -0500 Subject: [PATCH] remove image config, use chart defaults --- clusters/cl01tl/storage/mysql-operator/Chart.yaml | 1 + clusters/cl01tl/storage/mysql-operator/values.yaml | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/clusters/cl01tl/storage/mysql-operator/Chart.yaml b/clusters/cl01tl/storage/mysql-operator/Chart.yaml index ecba87a2e..0f04ae519 100644 --- a/clusters/cl01tl/storage/mysql-operator/Chart.yaml +++ b/clusters/cl01tl/storage/mysql-operator/Chart.yaml @@ -10,6 +10,7 @@ keywords: home: "" sources: - https://github.com/mysql/mysql-operator + - https://container-registry.oracle.com/ords/ocr/ba/mysql/community-operator - https://github.com/mysql/mysql-operator/tree/trunk/helm/mysql-operator maintainers: - name: alexlebens diff --git a/clusters/cl01tl/storage/mysql-operator/values.yaml b/clusters/cl01tl/storage/mysql-operator/values.yaml index 111548ca4..ae985f417 100644 --- a/clusters/cl01tl/storage/mysql-operator/values.yaml +++ b/clusters/cl01tl/storage/mysql-operator/values.yaml @@ -1,10 +1,4 @@ mysql-operator: - image: - registry: container-registry.oracle.com - repository: mysql - name: community-operator - tag: 8.4.0-2.1.3 - pullPolicy: IfNotPresent envs: imagesPullPolicy: IfNotPresent k8sClusterDomain: cluster.local