From a283692bea11056694a4f892f62449f3526cf285 Mon Sep 17 00:00:00 2001 From: UltimatePancake Date: Wed, 10 Apr 2024 11:37:41 +0200 Subject: [PATCH 1/4] chart signature --- .github/workflows/release.yaml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 924e4b9..cb1b9d1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -39,6 +39,19 @@ jobs: git config user.email "${{ github.actor }}@users.noreply.github.com" - name: Install Helm ⎈ uses: azure/setup-helm@v4 + - name: Prepare GPG 🔒 + run: | + gpg_dir=.cr-gpg + mkdir "$gpg_dir" + keyring="$gpg_dir/secring.gpg" + base64 -d <<< "$GPG_KEYRING_BASE64" > "$keyring" + passphrase_file="$gpg_dir/passphrase" + echo "$GPG_PASSPHRASE" > "$passphrase_file" + echo "CR_PASSPHRASE_FILE=$passphrase_file" >> "$GITHUB_ENV" + echo "CR_KEYRING=$keyring" >> "$GITHUB_ENV" + env: + GPG_KEYRING_BASE64: "${{ secrets.GPG_KEYRING_BASE64 }}" #Referring secrets of github above + GPG_PASSPHRASE: "${{ secrets.GPG_PASSPHRASE }}" - name: Add dependency repos run: | helm repo add denhaag https://gemeente-denhaag.github.io/helm-charts/ @@ -50,4 +63,6 @@ jobs: charts_dir: "./" skip_existing: true env: - CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file + CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + CR_KEY: "${{ secrets.CR_KEY }}" + CR_SIGN: true \ No newline at end of file From 34c811a5e47ae85150d00f38cb84856221db80a6 Mon Sep 17 00:00:00 2001 From: UltimatePancake Date: Wed, 10 Apr 2024 12:10:06 +0200 Subject: [PATCH 2/4] chart signature --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cb1b9d1..48fadea 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -52,7 +52,7 @@ jobs: env: GPG_KEYRING_BASE64: "${{ secrets.GPG_KEYRING_BASE64 }}" #Referring secrets of github above GPG_PASSPHRASE: "${{ secrets.GPG_PASSPHRASE }}" - - name: Add dependency repos + - name: Add dependency repos 🔗 run: | helm repo add denhaag https://gemeente-denhaag.github.io/helm-charts/ helm repo add bitnami https://charts.bitnami.com/bitnami @@ -65,4 +65,4 @@ jobs: env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" CR_KEY: "${{ secrets.CR_KEY }}" - CR_SIGN: true \ No newline at end of file + CR_SIGN: true From 37225d97a047187da40f540da73b4a3ca7d031bd Mon Sep 17 00:00:00 2001 From: UltimatePancake Date: Wed, 10 Apr 2024 14:52:15 +0200 Subject: [PATCH 3/4] omc 1.6.6.1 --- notifynl-omc/Chart.yaml | 4 ++-- notifynl-omc/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/notifynl-omc/Chart.yaml b/notifynl-omc/Chart.yaml index 7b6cd03..4f9ba9f 100644 --- a/notifynl-omc/Chart.yaml +++ b/notifynl-omc/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: notifynl-omc -version: "0.2.13-beta" -appVersion: "1.6.5.4" +version: "0.3.0-beta" +appVersion: "1.6.6.1" kubeVersion: ">=1.26.6" description: "Chart to deploy the NotifyNL OMC application." icon: "https://avatars.githubusercontent.com/u/138866112?s=200&v=4" diff --git a/notifynl-omc/values.yaml b/notifynl-omc/values.yaml index 516f9bf..012f7b5 100644 --- a/notifynl-omc/values.yaml +++ b/notifynl-omc/values.yaml @@ -11,7 +11,7 @@ image: registry: "docker.io" repository: "worthnl/notifynl-omc" - tag: "1.6.5.4" + tag: "1.6.6.1" fullImage: [] # use this from pipeline, includes registry, repo and tag ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' From a5329d1bcd4af6273b30d660fa6324b62aa609ce Mon Sep 17 00:00:00 2001 From: UltimatePancake Date: Wed, 10 Apr 2024 12:52:32 +0000 Subject: [PATCH 4/4] =?UTF-8?q?=F0=9F=A7=B9=20update=20chart=20documentati?= =?UTF-8?q?on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notifynl-omc/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notifynl-omc/README.md b/notifynl-omc/README.md index e518172..ec6a456 100644 --- a/notifynl-omc/README.md +++ b/notifynl-omc/README.md @@ -1,6 +1,6 @@ # notifynl-omc -![Version: 0.2.13-beta](https://img.shields.io/badge/Version-0.2.13--beta-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.5.4](https://img.shields.io/badge/AppVersion-1.6.5.4-informational?style=flat-square) +![Version: 0.3.0-beta](https://img.shields.io/badge/Version-0.3.0--beta-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.6.1](https://img.shields.io/badge/AppVersion-1.6.6.1-informational?style=flat-square) Chart to deploy the NotifyNL OMC application. @@ -51,7 +51,7 @@ Kubernetes: `>=1.26.6` | image.pullPolicy | string | `"IfNotPresent"` | | | image.registry | string | `"docker.io"` | | | image.repository | string | `"worthnl/notifynl-omc"` | | -| image.tag | string | `"1.6.5.4"` | | +| image.tag | string | `"1.6.6.1"` | | | ingress.annotations."nginx.ingress.kubernetes.io/force-ssl-redirect" | string | `"true"` | | | ingress.annotations."nginx.ingress.kubernetes.io/use-regex" | string | `"true"` | | | ingress.apiVersion | string | `nil` | |