From a67ed8da1fd7f2ecd1753f9480eedfb6c033f974 Mon Sep 17 00:00:00 2001 From: Ashley Davis Date: Wed, 2 Aug 2023 15:26:59 +0100 Subject: [PATCH 1/2] bump chart to new version ready for release Signed-off-by: Ashley Davis --- deploy/charts/google-cas-issuer/Chart.yaml | 4 ++-- deploy/charts/google-cas-issuer/README.md | 4 ++-- deploy/charts/google-cas-issuer/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deploy/charts/google-cas-issuer/Chart.yaml b/deploy/charts/google-cas-issuer/Chart.yaml index a0c4b05fc..dc0f90c83 100644 --- a/deploy/charts/google-cas-issuer/Chart.yaml +++ b/deploy/charts/google-cas-issuer/Chart.yaml @@ -12,5 +12,5 @@ maintainers: sources: - https://github.com/jetstack/google-cas-issuer -appVersion: v0.6.2 -version: v0.6.2 +appVersion: v0.6.3 +version: v0.6.3 diff --git a/deploy/charts/google-cas-issuer/README.md b/deploy/charts/google-cas-issuer/README.md index 4c62ff3ba..899cd9b3c 100644 --- a/deploy/charts/google-cas-issuer/README.md +++ b/deploy/charts/google-cas-issuer/README.md @@ -1,6 +1,6 @@ # cert-manager-google-cas-issuer -![Version: v0.6.2](https://img.shields.io/badge/Version-v0.6.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.6.2](https://img.shields.io/badge/AppVersion-v0.6.2-informational?style=flat-square) +![Version: v0.6.3](https://img.shields.io/badge/Version-v0.6.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.6.3](https://img.shields.io/badge/AppVersion-v0.6.3-informational?style=flat-square) A Helm chart for jetstack/google-cas-issuer @@ -30,7 +30,7 @@ A Helm chart for jetstack/google-cas-issuer | deploymentAnnotations | object | `{}` | Optional additional annotations to add to the google-cas-issuer Deployment | | image.pullPolicy | string | `"IfNotPresent"` | Kubernetes imagePullPolicy on Deployment. | | image.repository | string | `"quay.io/jetstack/cert-manager-google-cas-issuer"` | Target image repository. | -| image.tag | string | `"0.6.2"` | Target image version tag. | +| image.tag | string | `"0.6.3"` | Target image version tag. | | imagePullSecrets | list | `[]` | Optional secrets used for pulling the google-cas-issuer container image. | | nodeSelector | object | `{}` | Kubernetes node selector: node labels for pod assignment | | podAnnotations | object | `{}` | Optional additional annotations to add to the google-cas-issuer Pods | diff --git a/deploy/charts/google-cas-issuer/values.yaml b/deploy/charts/google-cas-issuer/values.yaml index 682d6a521..cf25c41d9 100644 --- a/deploy/charts/google-cas-issuer/values.yaml +++ b/deploy/charts/google-cas-issuer/values.yaml @@ -5,7 +5,7 @@ image: # -- Target image repository. repository: quay.io/jetstack/cert-manager-google-cas-issuer # -- Target image version tag. - tag: 0.6.2 + tag: 0.6.3 # -- Kubernetes imagePullPolicy on Deployment. pullPolicy: IfNotPresent From 56f7a8560f6de34482b07e722d93946ba1cacc55 Mon Sep 17 00:00:00 2001 From: Ashley Davis Date: Wed, 2 Aug 2023 15:27:47 +0100 Subject: [PATCH 2/2] fix typos Signed-off-by: Ashley Davis --- .github/workflows/e2e_tests.yml | 2 +- .github/workflows/pr_e2e_tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e_tests.yml b/.github/workflows/e2e_tests.yml index 04a757e5e..895dc360b 100644 --- a/.github/workflows/e2e_tests.yml +++ b/.github/workflows/e2e_tests.yml @@ -1,4 +1,4 @@ -# This workflow runs priviledged e2e tests for trusted sources. +# This workflow runs privileged e2e tests for trusted sources. name: e2e-tests on: push: diff --git a/.github/workflows/pr_e2e_tests.yml b/.github/workflows/pr_e2e_tests.yml index 481370cac..36bf3ef7c 100644 --- a/.github/workflows/pr_e2e_tests.yml +++ b/.github/workflows/pr_e2e_tests.yml @@ -1,4 +1,4 @@ -# This workflow runs priviledged e2e tests for untrusted sources (incomming PRs). +# This workflow runs privileged e2e tests for untrusted sources (incomming PRs). name: pr-e2e-tests on: pull_request_target: