diff --git a/chart/chart-index/Chart.yaml b/chart/chart-index/Chart.yaml index ae13584e5b..9005a57a3a 100644 --- a/chart/chart-index/Chart.yaml +++ b/chart/chart-index/Chart.yaml @@ -95,7 +95,7 @@ dependencies: version: 3.20.1 repository: https://charts.bitnami.com/bitnami - name: sealed-secrets - version: 2.17.1 + version: 2.17.3 repository: https://bitnami-labs.github.io/sealed-secrets/ - name: tekton-pipeline alias: tekton-pipelines diff --git a/charts/sealed-secrets/Chart.yaml b/charts/sealed-secrets/Chart.yaml index 0139b70e3f..a8aa1b7c05 100644 --- a/charts/sealed-secrets/Chart.yaml +++ b/charts/sealed-secrets/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: DeveloperTools apiVersion: v2 -appVersion: 0.28.0 +appVersion: 0.30.0 description: Helm chart for the sealed-secrets controller. home: https://github.com/bitnami-labs/sealed-secrets icon: https://bitnami.com/assets/stacks/sealed-secrets/img/sealed-secrets-stack-220x234.png @@ -16,4 +16,4 @@ name: sealed-secrets sources: - https://github.com/bitnami-labs/sealed-secrets type: application -version: 2.17.1 +version: 2.17.3 diff --git a/charts/sealed-secrets/README.md b/charts/sealed-secrets/README.md index 363ab2e618..06d27de6d8 100644 --- a/charts/sealed-secrets/README.md +++ b/charts/sealed-secrets/README.md @@ -86,7 +86,7 @@ The command removes all the Kubernetes components associated with the chart and | ------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | ----------------------------------- | | `image.registry` | Sealed Secrets image registry | `docker.io` | | `image.repository` | Sealed Secrets image repository | `bitnami/sealed-secrets-controller` | -| `image.tag` | Sealed Secrets image tag (immutable tags are recommended) | `0.28.0` | +| `image.tag` | Sealed Secrets image tag (immutable tags are recommended) | `0.30.0` | | `image.pullPolicy` | Sealed Secrets image pull policy | `IfNotPresent` | | `image.pullSecrets` | Sealed Secrets image pull secrets | `[]` | | `revisionHistoryLimit` | Number of old history to retain to allow rollback (If not set, default Kubernetes value is set to 10) | `""` | @@ -193,7 +193,7 @@ The command removes all the Kubernetes components associated with the chart and | `rbac.clusterRole` | Specifies whether the Cluster Role resource should be created | `true` | | `rbac.clusterRoleName` | Specifies the name for the Cluster Role resource | `secrets-unsealer` | | `rbac.namespacedRoles` | Specifies whether the namespaced Roles should be created (in each of the specified additionalNamespaces) | `false` | -| `rbac.namespacedRolesName` | Specifies the name for the namesapced Role resource | `secrets-unsealer` | +| `rbac.namespacedRolesName` | Specifies the name for the namespaced Role resource | `secrets-unsealer` | | `rbac.labels` | Extra labels to be added to RBAC resources | `{}` | | `rbac.pspEnabled` | PodSecurityPolicy | `false` | | `rbac.serviceProxier.create` | Specifies whether to create the "proxier" role, to allow external users to access the SealedSecret API | `true` | diff --git a/charts/sealed-secrets/values.yaml b/charts/sealed-secrets/values.yaml index 20d0094e2f..85a442ff17 100644 --- a/charts/sealed-secrets/values.yaml +++ b/charts/sealed-secrets/values.yaml @@ -39,7 +39,7 @@ commonLabels: {} image: registry: docker.io repository: bitnami/sealed-secrets-controller - tag: 0.28.0 + tag: 0.30.0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -429,7 +429,7 @@ rbac: ## @param rbac.namespacedRoles Specifies whether the namespaced Roles should be created (in each of the specified additionalNamespaces) ## namespacedRoles: false - ## @param rbac.namespacedRolesName Specifies the name for the namesapced Role resource + ## @param rbac.namespacedRolesName Specifies the name for the namespaced Role resource ## namespacedRolesName: "secrets-unsealer" ## @param rbac.labels Extra labels to be added to RBAC resources