From e7cf7d9c550055ccca22e1bb72e4df41bf445e0a Mon Sep 17 00:00:00 2001 From: Alex Tarasov Date: Sun, 15 Sep 2024 13:05:25 +0300 Subject: [PATCH 1/2] BGD-5838 - bump bigdata-operator app and chart version --- charts/bigdata-operator/Chart.yaml | 4 ++-- charts/bigdata-operator/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/bigdata-operator/Chart.yaml b/charts/bigdata-operator/Chart.yaml index 4566c35..77e7aad 100644 --- a/charts/bigdata-operator/Chart.yaml +++ b/charts/bigdata-operator/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: bigdata-operator description: Spot Ocean BigData Operator type: application -version: 0.4.21 -appVersion: 0.4.18 +version: 0.4.22 +appVersion: 0.4.19 home: https://github.com/spotinst/charts icon: https://docs.spot.io/_media/images/spot_mark.png sources: diff --git a/charts/bigdata-operator/values.yaml b/charts/bigdata-operator/values.yaml index aaf2301..9291f22 100644 --- a/charts/bigdata-operator/values.yaml +++ b/charts/bigdata-operator/values.yaml @@ -11,7 +11,7 @@ image: repository: public.ecr.aws/f4k1p1n4/bigdata-operator pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 0.4.18-acda714b + tag: 0.4.22-TODO imagePullSecrets: [] From a2d4270f09f7884cba9cb4153cc1a6c874307fb5 Mon Sep 17 00:00:00 2001 From: Alex Tarasov Date: Mon, 16 Sep 2024 10:43:32 +0300 Subject: [PATCH 2/2] BGD-5838 - update tag --- charts/bigdata-operator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/bigdata-operator/values.yaml b/charts/bigdata-operator/values.yaml index 9291f22..6f7b09d 100644 --- a/charts/bigdata-operator/values.yaml +++ b/charts/bigdata-operator/values.yaml @@ -11,7 +11,7 @@ image: repository: public.ecr.aws/f4k1p1n4/bigdata-operator pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 0.4.22-TODO + tag: 0.4.19-885a8c30 imagePullSecrets: []