From 19a2c0afbe435e9d08cd136651445476eec1acf1 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Sat, 22 Jun 2024 16:40:31 -0500 Subject: [PATCH] add tag value --- clusters/cl01tl/storage/mysql-operator/Chart.yaml | 2 +- clusters/cl01tl/storage/mysql-operator/values.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/storage/mysql-operator/Chart.yaml b/clusters/cl01tl/storage/mysql-operator/Chart.yaml index b0e77b30a..ecba87a2e 100644 --- a/clusters/cl01tl/storage/mysql-operator/Chart.yaml +++ b/clusters/cl01tl/storage/mysql-operator/Chart.yaml @@ -18,4 +18,4 @@ dependencies: version: 2.1.3 repository: https://mysql.github.io/mysql-operator/ icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/mysql.png -appVersion: "8.4.0-2.1.3" +appVersion: 8.4.0-2.1.3 diff --git a/clusters/cl01tl/storage/mysql-operator/values.yaml b/clusters/cl01tl/storage/mysql-operator/values.yaml index d0e640652..111548ca4 100644 --- a/clusters/cl01tl/storage/mysql-operator/values.yaml +++ b/clusters/cl01tl/storage/mysql-operator/values.yaml @@ -3,9 +3,9 @@ mysql-operator: registry: container-registry.oracle.com repository: mysql name: community-operator + tag: 8.4.0-2.1.3 pullPolicy: IfNotPresent - tag: "" envs: - imagesPullPolicy: IfNotPresent - k8sClusterDomain: cluster.local + imagesPullPolicy: IfNotPresent + k8sClusterDomain: cluster.local disableLookups: false