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/kubernetes-event-exporter] Release 3.2.13 #29704

Merged
merged 2 commits into from
Oct 2, 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/kubernetes-event-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 3.2.12 (2024-09-06)
## 3.2.13 (2024-10-02)

* [bitnami/kubernetes-event-exporter] Release 3.2.12 ([#29247](https://github.com/bitnami/charts/pull/29247))
* [bitnami/kubernetes-event-exporter] Release 3.2.13 ([#29704](https://github.com/bitnami/charts/pull/29704))

## <small>3.2.12 (2024-09-06)</small>

* [bitnami/kubernetes-event-exporter] Release 3.2.12 (#29247) ([58f2aa9](https://github.com/bitnami/charts/commit/58f2aa96397d7ca84d7652a26b984ce765a87a36)), closes [#29247](https://github.com/bitnami/charts/issues/29247)

## <small>3.2.11 (2024-08-27)</small>

Expand Down
6 changes: 3 additions & 3 deletions bitnami/kubernetes-event-exporter/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.22.0
digest: sha256:a8fb2fc887ead658a89598a48acde5324196fbc0509503a3eaed50a710fbfe74
generated: "2024-08-27T18:28:48.316279Z"
version: 2.23.0
digest: sha256:fbd6439f12ded949c04553b9c52a4c8153a8f2790147d972b314ddcd46921a14
generated: "2024-10-02T03:35:45.00921642Z"
4 changes: 2 additions & 2 deletions bitnami/kubernetes-event-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
licenses: Apache-2.0
images: |
- name: kubernetes-event-exporter
image: docker.io/bitnami/kubernetes-event-exporter:1.7.0-debian-12-r14
image: docker.io/bitnami/kubernetes-event-exporter:1.7.0-debian-12-r15
apiVersion: v2
appVersion: 1.7.0
dependencies:
Expand All @@ -31,4 +31,4 @@ maintainers:
name: kubernetes-event-exporter
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/kubernetes-event-exporter
version: 3.2.12
version: 3.2.13
2 changes: 1 addition & 1 deletion bitnami/kubernetes-event-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ image:
##
registry: docker.io
repository: bitnami/kubernetes-event-exporter
tag: 1.7.0-debian-12-r14
tag: 1.7.0-debian-12-r15
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
Loading