From 75ddff268d76ac0248b87319aaa3bce1800964d5 Mon Sep 17 00:00:00 2001 From: Sigmar Stefansson Date: Tue, 24 Oct 2023 13:20:12 +0000 Subject: [PATCH] update bigdata-operator image version (#163) * update bigdata-operator image version * bump version 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 79a6d495..2fdeb608 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.1 -appVersion: 0.4.0 +version: 0.4.2 +appVersion: 0.4.1 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 a02da908..8ec1c5c2 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.0-3323a40f + tag: 0.4.1-b55a6162 imagePullSecrets: []