mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 06:58:50 +08:00
[bitnami/oauth2-proxy] Release 4.1.1 (#19002)
* [bitnami/oauth2-proxy] Release 4.1.1 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
dependencies:
|
||||
- name: redis
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 18.0.0
|
||||
version: 18.0.2
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.9.0
|
||||
digest: sha256:d848f62f8fc5c5493859943cc8d0eacdb866e98d096d31c1134fc9a79c6adffd
|
||||
generated: "2023-08-28T09:18:44.103024183+02:00"
|
||||
version: 2.10.0
|
||||
digest: sha256:73725b4e4d355462d60ddd1cf9e558161e69896ee5afec3c39758bf56ef6cac7
|
||||
generated: "2023-09-04T15:34:34.799662441Z"
|
||||
|
||||
@@ -6,9 +6,9 @@ annotations:
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: oauth2-proxy
|
||||
image: docker.io/bitnami/oauth2-proxy:7.4.0-debian-11-r278
|
||||
image: docker.io/bitnami/oauth2-proxy:7.5.0-debian-11-r0
|
||||
apiVersion: v2
|
||||
appVersion: 7.4.0
|
||||
appVersion: 7.5.0
|
||||
dependencies:
|
||||
- condition: redis.enabled
|
||||
name: redis
|
||||
@@ -35,4 +35,4 @@ maintainers:
|
||||
name: oauth2-proxy
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/oauth2-proxy
|
||||
version: 4.1.0
|
||||
version: 4.1.1
|
||||
|
||||
@@ -116,7 +116,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| ------------------- | ------------------------------------------------------------------------------------------------------------ | ---------------------- |
|
||||
| `image.registry` | OAuth2 Proxy image registry | `docker.io` |
|
||||
| `image.repository` | OAuth2 Proxy image repository | `bitnami/oauth2-proxy` |
|
||||
| `image.tag` | OAuth2 Proxy image tag (immutable tags are recommended) | `7.4.0-debian-11-r278` |
|
||||
| `image.tag` | OAuth2 Proxy image tag (immutable tags are recommended) | `7.5.0-debian-11-r0` |
|
||||
| `image.digest` | OAuth2 Proxy image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `image.pullPolicy` | OAuth2 Proxy image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | OAuth2 Proxy image pull secrets | `[]` |
|
||||
@@ -340,4 +340,4 @@ 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.
|
||||
limitations under the License.
|
||||
@@ -248,7 +248,7 @@ ingress:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/oauth2-proxy
|
||||
tag: 7.4.0-debian-11-r278
|
||||
tag: 7.5.0-debian-11-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user