Skip to content

Commit f19bde6

Browse files
authored
Fix the tag specified in operator/charts/values.yaml. (#188)
Signed-off-by: Saketh Kalaga <saketh.kalaga@sap.com>
1 parent 74dfde1 commit f19bde6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-artifacts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Build Helm chart
7979
run: |
8080
sed -i "s#repository: grove-operator#repository: ghcr.io/nvidia/grove/grove-operator#" operator/charts/values.yaml
81-
sed -i "s#tag: #tag: $PACKAGE_VERSION#" operator/charts/values.yaml
81+
sed -i "s#tag:.*#tag: $PACKAGE_VERSION#" operator/charts/values.yaml
8282
sed -i "s#value: grove-initc#value: ghcr.io/nvidia/grove/grove-initc#" operator/charts/values.yaml
8383
helm package ./operator/charts --app-version $PACKAGE_VERSION --version $PACKAGE_VERSION
8484

0 commit comments

Comments
 (0)