Skip to content

Commit

Permalink
[bitnami/kuberay] Release 1.2.13 (#29066)
Browse files Browse the repository at this point in the history
* [bitnami/kuberay] Release 1.2.13 updating components versions

Signed-off-by: Bitnami Containers <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Bitnami Containers <[email protected]>
  • Loading branch information
bitnami-bot authored Aug 27, 2024
1 parent 63ac0ba commit 8206354
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
8 changes: 6 additions & 2 deletions bitnami/kuberay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 1.2.12 (2024-08-23)
## 1.2.13 (2024-08-27)

* [bitnami/kuberay] Release 1.2.12 ([#29000](https://github.com/bitnami/charts/pull/29000))
* [bitnami/kuberay] Release 1.2.13 ([#29066](https://github.com/bitnami/charts/pull/29066))

## <small>1.2.12 (2024-08-23)</small>

* [bitnami/kuberay] Release 1.2.12 (#29000) ([3f938b9](https://github.com/bitnami/charts/commit/3f938b946e4598c4059650ba97fb66525ad5f47f)), closes [#29000](https://github.com/bitnami/charts/issues/29000)

## <small>1.2.11 (2024-08-07)</small>

Expand Down
8 changes: 4 additions & 4 deletions bitnami/kuberay/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: kuberay-apiserver
image: docker.io/bitnami/kuberay-apiserver:1.1.1-debian-12-r11
image: docker.io/bitnami/kuberay-apiserver:1.1.1-debian-12-r12
- name: kuberay-operator
image: docker.io/bitnami/kuberay-operator:1.1.1-debian-12-r12
image: docker.io/bitnami/kuberay-operator:1.1.1-debian-12-r13
- name: ray
image: docker.io/bitnami/ray:2.34.0-debian-12-r0
image: docker.io/bitnami/ray:2.34.0-debian-12-r1
apiVersion: v2
appVersion: 1.1.1
dependencies:
Expand All @@ -32,4 +32,4 @@ maintainers:
name: kuberay
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/kuberay
version: 1.2.12
version: 1.2.13
6 changes: 3 additions & 3 deletions bitnami/kuberay/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ diagnosticMode:
rayImage:
registry: docker.io
repository: bitnami/ray
tag: 2.34.0-debian-12-r0
tag: 2.34.0-debian-12-r1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -121,7 +121,7 @@ operator:
image:
registry: docker.io
repository: bitnami/kuberay-operator
tag: 1.1.1-debian-12-r12
tag: 1.1.1-debian-12-r13
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -773,7 +773,7 @@ apiserver:
image:
registry: docker.io
repository: bitnami/kuberay-apiserver
tag: 1.1.1-debian-12-r11
tag: 1.1.1-debian-12-r12
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down

0 comments on commit 8206354

Please sign in to comment.