From 0359ed9f29585f06492a499de205525897f8ecac Mon Sep 17 00:00:00 2001 From: antares-sw <23400824+antares-sw@users.noreply.github.com> Date: Mon, 27 Nov 2023 20:19:52 +0300 Subject: [PATCH] Update operator to v1.0.3 (#484) --- charts/v3-operator/Chart.yaml | 6 +++--- charts/v3-operator/values.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/v3-operator/Chart.yaml b/charts/v3-operator/Chart.yaml index 4a0ec8eeb..1996d8545 100644 --- a/charts/v3-operator/Chart.yaml +++ b/charts/v3-operator/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: v3-operator -version: 3.2.5 -appVersion: master -kubeVersion: "^1.20.0-0" +version: 3.2.6 +appVersion: v1.0.3 +kubeVersion: "^1.25.0" description: Operator hosted service for Stakewise V3 protocol. type: application keywords: diff --git a/charts/v3-operator/values.yaml b/charts/v3-operator/values.yaml index 06b8501ca..474c1e018 100644 --- a/charts/v3-operator/values.yaml +++ b/charts/v3-operator/values.yaml @@ -57,7 +57,7 @@ serviceAccount: image: registry: "europe-west4-docker.pkg.dev" repository: "stakewiselabs/public/v3-operator" - tag: "v1.0.2" + tag: "v1.0.3" pullPolicy: IfNotPresent pullSecrets: []