diff --git a/.github/workflows/image-ci.yml b/.github/workflows/image-ci.yml index 6cd15f8..d50da1d 100644 --- a/.github/workflows/image-ci.yml +++ b/.github/workflows/image-ci.yml @@ -23,9 +23,8 @@ jobs: username: ${{github.actor}} password: ${{secrets.GITHUB_TOKEN}} - - name: 'Build Inventory Image' + - name: 'Build and push image' run: | # read the helm chart version export VERSION=$(grep version charts/operator/Chart.yaml | awk '{print $2}') - make docker-build - make docker-push \ No newline at end of file + make docker-buildx \ No newline at end of file diff --git a/charts/operator/Chart.yaml b/charts/operator/Chart.yaml index ae70ac5..86cf071 100644 --- a/charts/operator/Chart.yaml +++ b/charts/operator/Chart.yaml @@ -2,6 +2,6 @@ apiVersion: v2 name: immudb-operator description: Helm chart to deploy [unagex-immudb-operator](https://github.com/unagex/immudb-operator) type: application -version: 0.0.8 -appVersion: 0.0.8 +version: 0.0.9 +appVersion: 0.0.9 home: https://github.com/unagex/immudb-operator