Skip to content

Commit

Permalink
Update operator (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw authored Nov 24, 2023
1 parent 048f871 commit 8de85d5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions charts/v3-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
10 changes: 5 additions & 5 deletions charts/v3-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/
Expand All @@ -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"
Expand Down

0 comments on commit 8de85d5

Please sign in to comment.