Skip to content

Commit

Permalink
update helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
sarunask committed Aug 10, 2023
1 parent 31378fe commit 9dbd99e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions helm/vault-secrets-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: vault-secrets-operator
# Also update CHANGELOG.md
version: 1.0.0
appVersion: v0.3.5
version: 1.0.1
appVersion: v0.4.1
home: https://github.com/90poe/vault-secrets-operator
description: Vault Secrets Operator for Kubernetes. Creates K8S secrets from Vault secrets.
icon: https://s3.amazonaws.com/website-assets.qualified.com/customer-experiences-production/hashi/qualified-vault-logo.png
Expand Down
16 changes: 8 additions & 8 deletions helm/vault-secrets-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ operator:
## for backwards compatibility consider setting the full image url via the repository value below
## use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail
## repository:
tag: "v0.3.6"
tag: "v0.4.1"
pullPolicy: IfNotPresent

# -- Annotations to be added to the operator Deployment
Expand Down Expand Up @@ -86,13 +86,13 @@ operator:
hostname: {}

# -- Optionally change this to ClusterFirstWithHostNet in case you have 'hostNetwork: true'.
# By default, while using host network, name resolution uses the host's DNS.
# If you wish vault-secrets-operator to keep resolving names inside the k8s network,
# By default, while using host network, name resolution uses the host's DNS.
# If you wish vault-secrets-operator to keep resolving names inside the k8s network,
# use ClusterFirstWithHostNet.
dnsPolicy: ClusterFirst

priorityClassName: ""
priorityClassName: ""

# -- Security Context policies for operator pods
podSecurityContext:
runAsUser: 65532
Expand Down Expand Up @@ -128,8 +128,8 @@ operator:
## periodSeconds: 5
## timeoutSeconds: 2
## successThreshold: 1
## failureThreshold: 5
livenessProbe:
## failureThreshold: 5
livenessProbe:
httpGet:
# should match container.healthCheckPath
path: "/healthz"
Expand Down Expand Up @@ -180,7 +180,7 @@ operator:
# operator: "Equal|Exists"
# value: "value"
# effect: "NoSchedule|PreferNoSchedule|NoExecute(1.6 only)"

# -- Affinity and anti-affinity rules for server scheduling to nodes
## Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
##
Expand Down

0 comments on commit 9dbd99e

Please sign in to comment.