From 8de85d5750c9b1637fabe4cdb5fbd947a0fd6f7d Mon Sep 17 00:00:00 2001 From: antares-sw <23400824+antares-sw@users.noreply.github.com> Date: Fri, 24 Nov 2023 16:54:03 +0300 Subject: [PATCH] Update operator (#482) --- charts/v3-operator/Chart.yaml | 8 ++++---- charts/v3-operator/values.yaml | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/v3-operator/Chart.yaml b/charts/v3-operator/Chart.yaml index dfa336066..0ffb159bb 100644 --- a/charts/v3-operator/Chart.yaml +++ b/charts/v3-operator/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: v3-operator -version: 3.2.3 +version: 3.2.4 appVersion: master kubeVersion: "^1.20.0-0" description: Operator hosted service for Stakewise V3 protocol. @@ -17,6 +17,6 @@ maintainers: email: dmitri@stakewise.io dependencies: -- name: common - repository: https://charts.stakewise.io/ - version: 1.x.x + - name: common + repository: https://charts.stakewise.io/ + version: 1.x.x diff --git a/charts/v3-operator/values.yaml b/charts/v3-operator/values.yaml index d15f22ade..06b8501ca 100644 --- a/charts/v3-operator/values.yaml +++ b/charts/v3-operator/values.yaml @@ -31,12 +31,12 @@ terminationGracePeriodSeconds: 10 ## Affinity Settings ## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity ## -affinity: { } +affinity: {} ## Toleration Settings ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/ ## -tolerations: [ ] +tolerations: [] service: type: ClusterIP @@ -57,9 +57,9 @@ serviceAccount: image: registry: "europe-west4-docker.pkg.dev" repository: "stakewiselabs/public/v3-operator" - tag: "v0.3.4" + tag: "v1.0.2" pullPolicy: IfNotPresent - pullSecrets: [ ] + pullSecrets: [] ## Configure resource requests and limits. ## http://kubernetes.io/docs/user-guide/compute-resources/ @@ -84,7 +84,7 @@ settings: ## Address of the Vault to register validators for ## NOTE: MUST BE ON LOWERCASE - vault: "" + vault: "" ## Whether to submit vault harvest transactions. Default is false. harvestVault: "false"