mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-28 06:26:33 +10:00
[bitnami/sealed-secrets] Release 1.0.7 (#10678)
* [bitnami/sealed-secrets] Release 1.0.7 updating components versions Signed-off-by: Bitnami Containers <containers@bitnami.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <containers@bitnami.com> * Update README.md Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
co-authored by
Carlos Rodríguez Hernández
parent
6815165afc
commit
fcfffb9adb
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 1.15.1
|
||||
digest: sha256:41cdac1bb9ba5ef993d5189b15a4486c47395722fc565f29cd1a65fc4aee092a
|
||||
generated: "2022-06-02T19:05:54.685897246Z"
|
||||
version: 1.16.0
|
||||
digest: sha256:f41cb9ff725b7c9fa2725634196a6813566d630342f86a74903ed114b282c8c0
|
||||
generated: "2022-06-09T13:03:44.934252764Z"
|
||||
|
||||
@@ -23,4 +23,4 @@ name: sealed-secrets
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-sealed-secrets
|
||||
- https://github.com/bitnami-labs/sealed-secrets
|
||||
version: 1.0.6
|
||||
version: 1.0.7
|
||||
|
||||
@@ -7,7 +7,7 @@ Sealed Secrets are "one-way" encrypted K8s Secrets that can be created by anyone
|
||||
[Overview of Sealed Secrets](https://github.com/bitnami-labs/sealed-secrets)
|
||||
|
||||
|
||||
|
||||
|
||||
## TL;DR
|
||||
|
||||
```console
|
||||
@@ -81,7 +81,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` |
|
||||
| `image.tag` | Sealed Secrets image tag (immutable tags are recommended) | `0.18.0-scratch-r0` |
|
||||
| `image.tag` | Sealed Secrets image tag (immutable tags are recommended) | `0.18.0-scratch-r1` |
|
||||
| `image.pullPolicy` | Sealed Secrets image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | Sealed Secrets image pull secrets | `[]` |
|
||||
| `image.debug` | Enable Sealed Secrets image debug mode | `false` |
|
||||
@@ -284,3 +284,19 @@ This major release renames several values in this chart and adds missing feature
|
||||
- `service.nodePort`has been renamed as `service.nodePorts.http`
|
||||
- `containerPort`has been renamed as `containerPorts.http`
|
||||
- `certManager`has been removed. Please use `ingress.annotations` instead
|
||||
|
||||
## License
|
||||
|
||||
Copyright © 2022 Bitnami
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
|
||||
@@ -57,7 +57,7 @@ extraDeploy: []
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/sealed-secrets
|
||||
tag: 0.18.0-scratch-r0
|
||||
tag: 0.18.0-scratch-r1
|
||||
## 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
|
||||
|
||||
Reference in New Issue
Block a user