Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitnami/kubeapps] Release 15.3.3 #27270

Merged
merged 2 commits into from
Jun 17, 2024
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
8 changes: 6 additions & 2 deletions bitnami/kubeapps/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 15.3.2 (2024-06-07)
## 15.3.3 (2024-06-17)

* [bitnami/kubeapps] Release 15.3.2 ([#26904](https://github.com/bitnami/charts/pull/26904))
* [bitnami/kubeapps] Release 15.3.3 ([#27270](https://github.com/bitnami/charts/pull/27270))

## <small>15.3.2 (2024-06-07)</small>

* [bitnami/kubeapps] Release 15.3.2 (#26904) ([23bbc7b](https://github.com/bitnami/charts/commit/23bbc7b26b43cfe3d4be24cdfca84887d9a4e85a)), closes [#26904](https://github.com/bitnami/charts/issues/26904)

## <small>15.3.1 (2024-06-06)</small>

Expand Down
10 changes: 5 additions & 5 deletions bitnami/kubeapps/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 19.5.1
version: 19.5.3
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.5.2
version: 15.5.5
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.20.0
digest: sha256:e6ef3825ac910c143035b35b83ab141d484adf54aeb6903ccf0183dfa34e23f2
generated: "2024-06-06T15:09:02.805594824Z"
version: 2.20.2
digest: sha256:415779aa379fc783318252836a4ee61a7562eaa02c412bf1fdcca66b1d2b0277
generated: "2024-06-17T12:57:32.87566384Z"
4 changes: 2 additions & 2 deletions bitnami/kubeapps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ annotations:
- name: kubeapps-pinniped-proxy
image: docker.io/bitnami/kubeapps-pinniped-proxy:2.10.0-debian-12-r5
- name: nginx
image: docker.io/bitnami/nginx:1.27.0-debian-12-r0
image: docker.io/bitnami/nginx:1.27.0-debian-12-r1
- name: oauth2-proxy
image: docker.io/bitnami/oauth2-proxy:7.6.0-debian-12-r13
apiVersion: v2
Expand Down Expand Up @@ -52,4 +52,4 @@ maintainers:
name: kubeapps
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/kubeapps
version: 15.3.2
version: 15.3.3
2 changes: 1 addition & 1 deletion bitnami/kubeapps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ frontend:
image:
registry: docker.io
repository: bitnami/nginx
tag: 1.27.0-debian-12-r0
tag: 1.27.0-debian-12-r1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
Loading