Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/kube-external-secrets/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: kube-external-secrets
description: A Helm chart for the External Secrets in Kubernetes
type: application
version: 0.10.3
appVersion: 0.10.3
version: 0.13.0
appVersion: 0.13.0
icon: https://avatars.githubusercontent.com/u/878437?s=200&v=4
home: https://jetbrains.com/
annotations:
Expand All @@ -20,4 +20,4 @@ dependencies:
- name: external-secrets
alias: spec
repository: https://charts.external-secrets.io
version: 0.10.3
version: 0.13.0
53 changes: 28 additions & 25 deletions charts/kube-external-secrets/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,13 @@ spec:
createClusterExternalSecret: true
# -- If true, create CRDs for Cluster Secret Store.
createClusterSecretStore: true
# -- If true, create CRDs for Cluster Generator.
createClusterGenerator: true
# -- If true, create CRDs for Push Secret.
createPushSecret: true
annotations: {}
conversion:
# -- If webhook is set to false this also needs to be set to false otherwise the kubeapi will be hammered because the conversion is looking for a webhook endpoint.
enabled: true

imagePullSecrets: []
Expand Down Expand Up @@ -170,8 +173,8 @@ spec:

resources: {}
# requests:
# cpu: 10m
# memory: 32Mi
# cpu: 10m
# memory: 32Mi

serviceMonitor:
# -- Specifies whether to create a ServiceMonitor resource for collecting Prometheus metrics
Expand Down Expand Up @@ -278,7 +281,7 @@ spec:
# -- The port the webhook will listen to
port: 10250
rbac:
# -- Specifies whether role and rolebinding resources should be created.
# -- Specifies whether role and rolebinding resources should be created.
create: true
serviceAccount:
# -- Specifies whether a service account should be created.
Expand Down Expand Up @@ -335,7 +338,7 @@ spec:

affinity: {}

# -- Pod priority class name.
# -- Pod priority class name.
priorityClassName: ""

# -- Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
Expand Down Expand Up @@ -370,29 +373,29 @@ spec:
## -- Extra environment variables to add to container.
extraEnv: []

## -- Map of extra arguments to pass to container.
## -- Map of extra arguments to pass to container.
extraArgs: {}

## -- Extra volumes to pass to pod.
## -- Extra volumes to pass to pod.
extraVolumes: []

## -- Extra volumes to mount to the container.
## -- Extra volumes to mount to the container.
extraVolumeMounts: []

# -- Annotations to add to Secret
# -- Annotations to add to Secret
secretAnnotations: {}

# -- Annotations to add to Deployment
# -- Annotations to add to Deployment
deploymentAnnotations: {}

# -- Annotations to add to Pod
# -- Annotations to add to Pod
podAnnotations: {}

podLabels: {}

podSecurityContext:
enabled: true
# fsGroup: 2000
# fsGroup: 2000

securityContext:
allowPrivilegeEscalation: false
Expand All @@ -407,9 +410,9 @@ spec:
type: RuntimeDefault

resources: {}
# requests:
# cpu: 10m
# memory: 32Mi
# requests:
# cpu: 10m
# memory: 32Mi

certController:
# -- Specifies whether a certificate controller deployment be created.
Expand All @@ -432,7 +435,7 @@ spec:
nameOverride: ""
fullnameOverride: ""
rbac:
# -- Specifies whether role and rolebinding resources should be created.
# -- Specifies whether role and rolebinding resources should be created.
create: true
serviceAccount:
# -- Specifies whether a service account should be created.
Expand All @@ -457,7 +460,7 @@ spec:
# -- Run the certController on the host network
hostNetwork: false

# -- Pod priority class name.
# -- Pod priority class name.
priorityClassName: ""

# -- Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
Expand Down Expand Up @@ -490,27 +493,27 @@ spec:
## -- Extra environment variables to add to container.
extraEnv: []

## -- Map of extra arguments to pass to container.
## -- Map of extra arguments to pass to container.
extraArgs: {}


## -- Extra volumes to pass to pod.
## -- Extra volumes to pass to pod.
extraVolumes: []

## -- Extra volumes to mount to the container.
## -- Extra volumes to mount to the container.
extraVolumeMounts: []

# -- Annotations to add to Deployment
# -- Annotations to add to Deployment
deploymentAnnotations: {}

# -- Annotations to add to Pod
# -- Annotations to add to Pod
podAnnotations: {}

podLabels: {}

podSecurityContext:
enabled: true
# fsGroup: 2000
# fsGroup: 2000

securityContext:
allowPrivilegeEscalation: false
Expand All @@ -525,9 +528,9 @@ spec:
type: RuntimeDefault

resources: {}
# requests:
# cpu: 10m
# memory: 32Mi
# requests:
# cpu: 10m
# memory: 32Mi

# -- Specifies `dnsPolicy` to deployment
dnsPolicy: ClusterFirst
Expand Down
Loading