Skip to content

Commit 56e9231

Browse files
authored
Fix capa image tag (MCE version) (#354)
1 parent 3899ce0 commit 56e9231

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

charts/Makefile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
OCP_VERSION ?= 4.20
2+
MCE_VERSION ?= 2.10.0-1
23
SYNC2CHARTS ?= true
34

45
DEFAULT_BRANCH ?= release-4.20
@@ -49,10 +50,10 @@ build-cluster-api-provider-aws-chart:
4950
BRANCH="$(CAPA_BRANCH)" \
5051
../scripts/build.sh
5152
BUILTDIR="$(WKDIR)/cluster-api-provider-aws/config/tmp" \
52-
CHART_VERSION="$(OCP_VERSION)" \
53-
CHART_APP_VERSION="$(OCP_VERSION)" \
54-
CHART_VALUES_IMAGE_TAG="$(OCP_VERSION)" \
55-
CHART_VALUES_IMAGE_TAG_PREFIX="v" \
53+
CHART_VERSION="$(MCE_VERSION)" \
54+
CHART_APP_VERSION="$(MCE_VERSION)" \
55+
CHART_VALUES_IMAGE_TAG="$(MCE_VERSION)" \
56+
CHART_VALUES_IMAGE_TAG_PREFIX="" \
5657
SYNC2CHARTS="$(SYNC2CHARTS)" \
5758
PROJECT="cluster-api-provider-aws" \
5859
../scripts/sync2chart.sh

charts/cluster-api-provider-aws/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: cluster-api-provider-aws
33
description: Cluster API provider for AWS
44
type: application
5-
version: "4.20"
6-
appVersion: "4.20"
5+
version: "2.10.0-1"
6+
appVersion: "2.10.0-1"

charts/cluster-api-provider-aws/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ rosa:
66
manager:
77
cmd: /bin/cluster-api-provider-aws-controller-manager
88
image:
9-
tag: v4.20
9+
tag: 2.10.0-1
1010
url: registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9

0 commit comments

Comments
 (0)