Skip to content

Commit

Permalink
Set App version to be the container tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
tomer-shefler committed Dec 20, 2023
1 parent 7416b02 commit 98cd04a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
VERSION=1.99.99
REPO=octarinesec
cd ${{ github.workspace }}/charts/cbcontainers-operator/cbcontainers-operator-chart
helm package . --version $VERSION --app-version $VERSION
helm package . --version $VERSION --app-version develop
helm push *.tgz oci://registry-1.docker.io/$REPO
cd ${{ github.workspace }}/charts/cbcontainers-agent/cbcontainers-agent-chart
helm package . --version $VERSION --app-version $VERSION
helm package . --version $VERSION --app-version main
helm push *.tgz oci://registry-1.docker.io/$REPO
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 98cd04a

Please sign in to comment.