Skip to content

Commit 1532532

Browse files
authored
CR-18138-internal-router-fix (#39)
* switched internal-router tag to `1.22-bullseye`
1 parent 6086193 commit 1532532

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.1.27
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.2.1-alpha.12
5+
version: 0.2.1-alpha.13
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
keywords:
88
- codefresh

charts/gitops-runtime/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# gitops-runtime
22

3-
![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)
3+
![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)
44

55
A Helm chart for Codefresh gitops runtime
66

@@ -150,7 +150,7 @@ A Helm chart for Codefresh gitops runtime
150150
| internal-router.fullnameOverride | string | `"internal-router"` | |
151151
| internal-router.image.pullPolicy | string | `"IfNotPresent"` | |
152152
| internal-router.image.repository | string | `"nginx"` | |
153-
| internal-router.image.tag | string | `"1.22-alpine"` | |
153+
| internal-router.image.tag | string | `"1.22-bullseye"` | |
154154
| internal-router.imagePullSecrets | list | `[]` | |
155155
| internal-router.nameOverride | string | `""` | |
156156
| internal-router.nodeSelector | object | `{}` | |

charts/gitops-runtime/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ internal-router:
171171
image:
172172
repository: nginx
173173
pullPolicy: IfNotPresent
174-
tag: "1.22-alpine"
174+
tag: 1.22-bullseye
175175
imagePullSecrets: []
176176
nameOverride: ""
177177
fullnameOverride: "internal-router"

0 commit comments

Comments
 (0)