Skip to content

Commit

Permalink
[stable/sealed-secrets]feat: Update to 0.12.2 (helm#21966)
Browse files Browse the repository at this point in the history
* feat: Update to 0.12.2

Signed-off-by: LucasBoisserie <lucas.boisserie@gmail.com>

* missing readme

Signed-off-by: LucasBoisserie <lucas.boisserie@gmail.com>
  • Loading branch information
LucasBoisserie authored Apr 16, 2020
1 parent c1bd921 commit efd0f2c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/sealed-secrets/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: sealed-secrets
description: A Helm chart for Sealed Secrets
version: 1.8.0
appVersion: 0.10.0
version: 1.9.0
appVersion: 0.12.1
kubeVersion: ">=1.9.0-0"
home: https://github.com/bitnami-labs/sealed-secrets
apiVersion: v1
Expand Down
2 changes: 1 addition & 1 deletion stable/sealed-secrets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Read about kubeseal usage on [sealed-secrets docs](https://github.com/bitnami-la
| **serviceAccount.create** | Whether to create a service account or not | `true` |
| **serviceAccount.name** | The name of the service account to create or use | `"sealed-secrets-controller"` |
| **secretName** | The name of the TLS secret containing the key used to encrypt secrets | `"sealed-secrets-key"` |
| **image.tag** | The `Sealed Secrets` image tag | `v0.10.0` |
| **image.tag** | The `Sealed Secrets` image tag | `v0.12.1` |
| **image.pullPolicy** | The image pull policy for the deployment | `IfNotPresent` |
| **image.repository** | The repository to get the controller image from | `quay.io/bitnami/sealed-secrets-controller` |
| **resources** | CPU/Memory resource requests/limits | `{}` |
Expand Down
5 changes: 5 additions & 0 deletions stable/sealed-secrets/templates/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ rules:
- get
- list
- watch
- apiGroups:
- bitnami.com
resources:
- sealedsecrets/status
verbs:
- update
- apiGroups:
- ""
Expand Down
2 changes: 2 additions & 0 deletions stable/sealed-secrets/templates/sealedsecret-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ spec:
plural: sealedsecrets
singular: sealedsecret
scope: Namespaced
subresources:
status: {}
version: v1alpha1
{{ end }}
1 change: 1 addition & 0 deletions stable/sealed-secrets/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ metadata:
spec:
ports:
- port: 8080
name: http
selector:
app.kubernetes.io/name: {{ template "sealed-secrets.name" . }}
{{- end }}
2 changes: 1 addition & 1 deletion stable/sealed-secrets/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: quay.io/bitnami/sealed-secrets-controller
tag: v0.10.0
tag: v0.12.1
pullPolicy: IfNotPresent

resources: {}
Expand Down

0 comments on commit efd0f2c

Please sign in to comment.