Skip to content

Commit d248378

Browse files
committed
feat: set image tag
Signed-off-by: Dinar Valeev <k0da@opensuse.org>
1 parent 9ff036e commit d248378

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ jobs:
6060
TAG: ${{ needs.release.outputs.tag_name }}
6161
run: |
6262
pushd charts
63-
# helm package --version $CHART_VERSION --app-version $TAG karpenter-crd
64-
# helm package --version $CHART_VERSION --app-version $TAG karpenter
6563
helm package karpenter-crd
6664
helm package karpenter
6765
helm push karpenter-crd-$CHART_VERSION.tgz oci://ghcr.io/absaoss/karpenter-crd

charts/karpenter/Chart.lock

Lines changed: 0 additions & 3 deletions
This file was deleted.

charts/karpenter/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ controller:
111111
# -- Repository path to the controller image.
112112
repository: ghcr.io/absaoss/karpenter-provider-vsphere
113113
# -- Tag of the controller image.
114-
tag: 0.0.1
114+
tag: v0.0.1 # x-release-please-version
115115
# -- Additional environment variables for the controller pod.
116116
env: []
117117
envFrom: []

release-please-config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
{
1515
"type": "generic",
1616
"path": "charts/karpenter-crd/Chart.yaml"
17+
},
18+
{
19+
"type": "generic",
20+
"path": "charts/karpenter/values.yaml"
1721
}
1822
]
1923
}

0 commit comments

Comments
 (0)