From c89c078a2f574c7e8cee4aad04a54c7113b8968d Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Sun, 7 May 2023 09:34:01 +0300 Subject: [PATCH 1/4] switched internal-router tag to `1.22-bullseye` --- charts/gitops-runtime/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 780575a7..ffaa8d5b 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -171,7 +171,7 @@ internal-router: image: repository: nginx pullPolicy: IfNotPresent - tag: "1.22-alpine" + tag: nginx:1.22-bullseye imagePullSecrets: [] nameOverride: "" fullnameOverride: "internal-router" From b9030525b0a50fbdb3d75718d8f6b72347ac5aab Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Sun, 7 May 2023 09:34:47 +0300 Subject: [PATCH 2/4] updated chart version to `0.2.1-alpha.13` --- charts/gitops-runtime/Chart.yaml | 2 +- charts/gitops-runtime/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 1fec224e..db63b3c3 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.1.27 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime -version: 0.2.1-alpha.12 +version: 0.2.1-alpha.13 home: https://github.com/codefresh-io/gitops-runtime-helm keywords: - codefresh diff --git a/charts/gitops-runtime/README.md b/charts/gitops-runtime/README.md index 803c4021..d976b6b7 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -1,6 +1,6 @@ # gitops-runtime -![Version: 0.2.1-alpha.12](https://img.shields.io/badge/Version-0.2.1--alpha.12-informational?style=flat-square) ![AppVersion: 0.1.27](https://img.shields.io/badge/AppVersion-0.1.27-informational?style=flat-square) +![Version: 0.2.1-alpha.13](https://img.shields.io/badge/Version-0.2.1--alpha.13-informational?style=flat-square) ![AppVersion: 0.1.27](https://img.shields.io/badge/AppVersion-0.1.27-informational?style=flat-square) A Helm chart for Codefresh gitops runtime @@ -150,7 +150,7 @@ A Helm chart for Codefresh gitops runtime | internal-router.fullnameOverride | string | `"internal-router"` | | | internal-router.image.pullPolicy | string | `"IfNotPresent"` | | | internal-router.image.repository | string | `"nginx"` | | -| internal-router.image.tag | string | `"1.22-alpine"` | | +| internal-router.image.tag | string | `"nginx:1.22-bullseye"` | | | internal-router.imagePullSecrets | list | `[]` | | | internal-router.nameOverride | string | `""` | | | internal-router.nodeSelector | object | `{}` | | From 2e1814ee846fde2a6d265bbb1fcdf4f0c057cbcd Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Sun, 7 May 2023 09:36:36 +0300 Subject: [PATCH 3/4] fixed tag --- charts/gitops-runtime/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index ffaa8d5b..b7c1bedc 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -171,7 +171,7 @@ internal-router: image: repository: nginx pullPolicy: IfNotPresent - tag: nginx:1.22-bullseye + tag: 1.22-bullseye imagePullSecrets: [] nameOverride: "" fullnameOverride: "internal-router" From 2b431cd779c05b41932d3eaf21cc4d0a8d25e356 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Sun, 7 May 2023 09:56:05 +0300 Subject: [PATCH 4/4] fixed helm doc --- charts/gitops-runtime/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/README.md b/charts/gitops-runtime/README.md index d976b6b7..5ac4230e 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -150,7 +150,7 @@ A Helm chart for Codefresh gitops runtime | internal-router.fullnameOverride | string | `"internal-router"` | | | internal-router.image.pullPolicy | string | `"IfNotPresent"` | | | internal-router.image.repository | string | `"nginx"` | | -| internal-router.image.tag | string | `"nginx:1.22-bullseye"` | | +| internal-router.image.tag | string | `"1.22-bullseye"` | | | internal-router.imagePullSecrets | list | `[]` | | | internal-router.nameOverride | string | `""` | | | internal-router.nodeSelector | object | `{}` | |