diff --git a/.github/workflows/helm-test.yaml b/.github/workflows/helm-test.yaml index 6d0ee97..aa0203a 100644 --- a/.github/workflows/helm-test.yaml +++ b/.github/workflows/helm-test.yaml @@ -30,6 +30,8 @@ jobs: go-version-file: go.mod - uses: azure/setup-helm@v4 + with: + version: v3.19.0 - run: helm lint deploy/charts/version-checker @@ -46,6 +48,8 @@ jobs: go-version-file: go.mod - uses: azure/setup-helm@v4 + with: + version: v3.19.0 - name: Install helm Plugins run: | diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8831f0e..f9c8240 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -116,6 +116,7 @@ jobs: uses: mikepenz/release-changelog-builder-action@v6 with: ignorePreReleases: true + toTag: "main" - name: Create Release PR uses: devops-infra/action-pull-request@v1.0.2 @@ -157,6 +158,8 @@ jobs: - name: Setup Helm uses: azure/setup-helm@v4 + with: + version: v3.19.0 # FIXME: We need a Repo Created in Quay ahead of time for this to work # - name: Login to Quay.io for OCI Push diff --git a/Makefile b/Makefile index 38fecb9..20534f3 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ verify: test build ## tests and builds version-checker image: ## build docker image GOARCH=$(ARCH) GOOS=linux CGO_ENABLED=0 go build -o ./bin/version-checker-linux ./cmd/. - docker build -t quay.io/jetstack/version-checker:v0.9.3 . + docker build -t quay.io/jetstack/version-checker:v0.10.0 . clean: ## clean up created files rm -rf \ diff --git a/deploy/charts/version-checker/Chart.yaml b/deploy/charts/version-checker/Chart.yaml index be4f8f1..9354266 100644 --- a/deploy/charts/version-checker/Chart.yaml +++ b/deploy/charts/version-checker/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: "v0.9.3" -version: "v0.9.3" +appVersion: "v0.10.0" +version: "v0.10.0" description: A Helm chart for version-checker home: https://github.com/jetstack/version-checker name: version-checker diff --git a/deploy/charts/version-checker/README.md b/deploy/charts/version-checker/README.md index 5780b4f..a53940b 100644 --- a/deploy/charts/version-checker/README.md +++ b/deploy/charts/version-checker/README.md @@ -1,6 +1,6 @@ # version-checker -![Version: v0.9.3](https://img.shields.io/badge/Version-v0.9.3-informational?style=flat-square) ![AppVersion: v0.9.3](https://img.shields.io/badge/AppVersion-v0.9.3-informational?style=flat-square) +![Version: v0.10.0](https://img.shields.io/badge/Version-v0.10.0-informational?style=flat-square) ![AppVersion: v0.10.0](https://img.shields.io/badge/AppVersion-v0.10.0-informational?style=flat-square) A Helm chart for version-checker diff --git a/deploy/yaml/deploy.yaml b/deploy/yaml/deploy.yaml index 8c31491..9d5d441 100644 --- a/deploy/yaml/deploy.yaml +++ b/deploy/yaml/deploy.yaml @@ -50,7 +50,7 @@ spec: spec: serviceAccountName: version-checker containers: - - image: quay.io/jetstack/version-checker:v0.9.3 + - image: quay.io/jetstack/version-checker:v0.10.0 imagePullPolicy: Always ports: - containerPort: 8080