Skip to content

Commit

Permalink
remove rc versions and remove debug logs
Browse files Browse the repository at this point in the history
Signed-off-by: José Guilherme Vanz <[email protected]>
  • Loading branch information
jvanz committed Nov 1, 2024
1 parent 47b1cd4 commit 0dc1fee
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/helm-chart-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,16 +138,11 @@ jobs:
for chart_path in $(find ${PACKAGE_PATH} -maxdepth 1 -mindepth 1 ); do
echo "Pushing chart $chart_path to ghcr.io"
chart_name=$(helm show chart ${chart_path} | yq ".name")
echo "chart_name = $chart_name"
REGISTRY="ghcr.io/$GITHUB_REPOSITORY_OWNER/charts"
echo "REGISTRY=${REGISTRY}" >> "$GITHUB_ENV"
echo "REGISTRY=${REGISTRY}"
push_output=$(helm push $chart_path "oci://$REGISTRY" 2>&1)
echo "push_output = $push_output"
chart_url=$(echo $push_output | sed -n 's/Pushed: \(.*\):.* Digest: \(.*\)$/\1\@\2/p')
echo "chart_url = $chart_url"
digest=$(echo $push_output | sed -n 's/Pushed: \(.*\):.* Digest: \(.*\)$/\2/p')
echo "digest = $digest"
echo "DIGEST_${chart_name}=${digest}" >> "$GITHUB_ENV"
cosign sign --yes "$chart_url"
echo "Chart $chart_name signed and pushed to ghcr.io"
Expand Down
2 changes: 1 addition & 1 deletion charts/kubewarden-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ maintainers:
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.1.0-rc2
version: 3.1.0
# This is the version of Kubewarden stack
appVersion: v1.18.0-rc1
annotations:
Expand Down
2 changes: 1 addition & 1 deletion charts/kubewarden-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ keywords:
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.10.0-rc1
version: 1.10.0
# This is the version of Kubewarden stack
appVersion: v1.18.0-rc1
annotations:
Expand Down
2 changes: 1 addition & 1 deletion charts/kubewarden-defaults/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ keywords:
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.5.0-rc1
version: 2.5.0
# This is the version of Kubewarden stack
appVersion: v1.18.0-rc1
annotations:
Expand Down

0 comments on commit 0dc1fee

Please sign in to comment.