From 75337bdf36dc23212d63a2b1500106ec8030d4e8 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 14 May 2024 07:43:05 +0200 Subject: [PATCH] [bitnami/opensearch] Release 1.0.5 updating components versions (#25808) Signed-off-by: Bitnami Containers --- bitnami/opensearch/Chart.yaml | 8 ++++---- bitnami/opensearch/values.yaml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bitnami/opensearch/Chart.yaml b/bitnami/opensearch/Chart.yaml index 8311cf7531..6958967661 100644 --- a/bitnami/opensearch/Chart.yaml +++ b/bitnami/opensearch/Chart.yaml @@ -6,11 +6,11 @@ annotations: licenses: Apache-2.0 images: | - name: opensearch - image: docker.io/bitnami/opensearch:2.13.0-debian-12-r2 + image: docker.io/bitnami/opensearch:2.13.0-debian-12-r3 - name: opensearch-dashboards - image: docker.io/bitnami/opensearch-dashboards:2.13.0-debian-12-r2 + image: docker.io/bitnami/opensearch-dashboards:2.13.0-debian-12-r3 - name: os-shell - image: docker.io/bitnami/os-shell:12-debian-12-r20 + image: docker.io/bitnami/os-shell:12-debian-12-r21 apiVersion: v2 appVersion: 2.13.0 dependencies: @@ -30,4 +30,4 @@ maintainers: name: opensearch sources: - https://github.com/bitnami/charts/tree/main/bitnami/opensearch -version: 1.0.4 +version: 1.0.5 diff --git a/bitnami/opensearch/values.yaml b/bitnami/opensearch/values.yaml index 0872caa86b..f19da8b9d8 100644 --- a/bitnami/opensearch/values.yaml +++ b/bitnami/opensearch/values.yaml @@ -184,7 +184,7 @@ useIstioLabels: true image: registry: docker.io repository: bitnami/opensearch - tag: 2.13.0-debian-12-r2 + tag: 2.13.0-debian-12-r3 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -2294,7 +2294,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 12-debian-12-r20 + tag: 12-debian-12-r21 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -2341,7 +2341,7 @@ sysctlImage: ## registry: docker.io repository: bitnami/os-shell - tag: 12-debian-12-r20 + tag: 12-debian-12-r21 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -2394,7 +2394,7 @@ dashboards: image: registry: docker.io repository: bitnami/opensearch-dashboards - tag: 2.13.0-debian-12-r2 + tag: 2.13.0-debian-12-r3 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'