mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[bitnami/opensearch] Release 1.6.1 (#32027)
This commit is contained in:
@@ -1,8 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.6.1 (2025-02-25)
|
||||||
|
|
||||||
|
* [bitnami/opensearch] Release 1.6.1 ([#32027](https://github.com/bitnami/charts/pull/32027))
|
||||||
|
|
||||||
## 1.6.0 (2025-02-20)
|
## 1.6.0 (2025-02-20)
|
||||||
|
|
||||||
* [bitnami/opensearch] feat: use new helper for checking API versions ([#32061](https://github.com/bitnami/charts/pull/32061))
|
* [bitnami/*] Use CDN url for the Bitnami Application Icons (#31881) ([d9bb11a](https://github.com/bitnami/charts/commit/d9bb11a9076b9bfdcc70ea022c25ef50e9713657)), closes [#31881](https://github.com/bitnami/charts/issues/31881)
|
||||||
|
* [bitnami/opensearch] feat: use new helper for checking API versions (#32061) ([5e7a94f](https://github.com/bitnami/charts/commit/5e7a94fae9e873dc14e0c2743fa1d9597cef24b6)), closes [#32061](https://github.com/bitnami/charts/issues/32061)
|
||||||
|
|
||||||
## <small>1.5.4 (2025-02-06)</small>
|
## <small>1.5.4 (2025-02-06)</small>
|
||||||
|
|
||||||
|
|||||||
@@ -6,11 +6,11 @@ annotations:
|
|||||||
licenses: Apache-2.0
|
licenses: Apache-2.0
|
||||||
images: |
|
images: |
|
||||||
- name: opensearch
|
- name: opensearch
|
||||||
image: docker.io/bitnami/opensearch:2.18.0-debian-12-r4
|
image: docker.io/bitnami/opensearch:2.18.0-debian-12-r10
|
||||||
- name: opensearch-dashboards
|
- name: opensearch-dashboards
|
||||||
image: docker.io/bitnami/opensearch-dashboards:2.18.0-debian-12-r4
|
image: docker.io/bitnami/opensearch-dashboards:2.18.0-debian-12-r4
|
||||||
- name: os-shell
|
- name: os-shell
|
||||||
image: docker.io/bitnami/os-shell:12-debian-12-r35
|
image: docker.io/bitnami/os-shell:12-debian-12-r38
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2.18.0
|
appVersion: 2.18.0
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -30,4 +30,4 @@ maintainers:
|
|||||||
name: opensearch
|
name: opensearch
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/bitnami/charts/tree/main/bitnami/opensearch
|
- https://github.com/bitnami/charts/tree/main/bitnami/opensearch
|
||||||
version: 1.6.0
|
version: 1.6.1
|
||||||
|
|||||||
@@ -196,7 +196,7 @@ useIstioLabels: true
|
|||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/opensearch
|
repository: bitnami/opensearch
|
||||||
tag: 2.18.0-debian-12-r4
|
tag: 2.18.0-debian-12-r10
|
||||||
digest: ""
|
digest: ""
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||||
@@ -2718,7 +2718,7 @@ volumePermissions:
|
|||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/os-shell
|
repository: bitnami/os-shell
|
||||||
tag: 12-debian-12-r35
|
tag: 12-debian-12-r38
|
||||||
digest: ""
|
digest: ""
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
## Optionally specify an array of imagePullSecrets.
|
## Optionally specify an array of imagePullSecrets.
|
||||||
@@ -2765,7 +2765,7 @@ sysctlImage:
|
|||||||
##
|
##
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/os-shell
|
repository: bitnami/os-shell
|
||||||
tag: 12-debian-12-r35
|
tag: 12-debian-12-r38
|
||||||
digest: ""
|
digest: ""
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||||
@@ -3477,7 +3477,7 @@ snapshots:
|
|||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/os-shell
|
repository: bitnami/os-shell
|
||||||
tag: 12-debian-12-r35
|
tag: 12-debian-12-r38
|
||||||
digest: ""
|
digest: ""
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
|
|||||||
Reference in New Issue
Block a user