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/kafka] Release 28.2.2 #25735

Merged
merged 1 commit into from
May 13, 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
6 changes: 3 additions & 3 deletions bitnami/kafka/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 13.2.0
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.1
digest: sha256:67d6e7ec04e67cd2dca962ac645455ee4e4dc1c314d7927bd09d8a853840d933
generated: "2024-04-26T06:16:00.063266311Z"
version: 2.19.2
digest: sha256:61c9536208656f33fcd0504e5b5d30475ef4628a632f316ec1ffe80531834d26
generated: "2024-05-13T16:28:19.315618619Z"
12 changes: 6 additions & 6 deletions bitnami/kafka/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ annotations:
licenses: Apache-2.0
images: |
- name: jmx-exporter
image: docker.io/bitnami/jmx-exporter:0.20.0-debian-12-r14
image: docker.io/bitnami/jmx-exporter:0.20.0-debian-12-r16
- name: kafka
image: docker.io/bitnami/kafka:3.7.0-debian-12-r3
image: docker.io/bitnami/kafka:3.7.0-debian-12-r5
- name: kafka-exporter
image: docker.io/bitnami/kafka-exporter:1.7.0-debian-12-r23
image: docker.io/bitnami/kafka-exporter:1.7.0-debian-12-r26
- name: kubectl
image: docker.io/bitnami/kubectl:1.30.0-debian-12-r0
image: docker.io/bitnami/kubectl:1.30.0-debian-12-r4
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r19
image: docker.io/bitnami/os-shell:12-debian-12-r21
apiVersion: v2
appVersion: 3.7.0
dependencies:
Expand Down Expand Up @@ -42,4 +42,4 @@ maintainers:
name: kafka
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/kafka
version: 28.2.1
version: 28.2.2
2 changes: 1 addition & 1 deletion bitnami/kafka/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1582,4 +1582,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.
10 changes: 5 additions & 5 deletions bitnami/kafka/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/kafka
tag: 3.7.0-debian-12-r3
tag: 3.7.0-debian-12-r5
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -1489,7 +1489,7 @@ externalAccess:
image:
registry: docker.io
repository: bitnami/kubectl
tag: 1.30.0-debian-12-r0
tag: 1.30.0-debian-12-r4
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -1799,7 +1799,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r19
tag: 12-debian-12-r21
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down Expand Up @@ -1890,7 +1890,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/kafka-exporter
tag: 1.7.0-debian-12-r23
tag: 1.7.0-debian-12-r26
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -2219,7 +2219,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/jmx-exporter
tag: 0.20.0-debian-12-r14
tag: 0.20.0-debian-12-r16
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
Loading