File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
appVersion : 0.1.27
3
3
description : A Helm chart for Codefresh gitops runtime
4
4
name : gitops-runtime
5
- version : 0.2.1-alpha.12
5
+ version : 0.2.1-alpha.13
6
6
home : https://github.com/codefresh-io/gitops-runtime-helm
7
7
keywords :
8
8
- codefresh
Original file line number Diff line number Diff line change 1
1
# gitops-runtime
2
2
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 )
4
4
5
5
A Helm chart for Codefresh gitops runtime
6
6
@@ -150,7 +150,7 @@ A Helm chart for Codefresh gitops runtime
150
150
| internal-router.fullnameOverride | string | ` "internal-router" ` | |
151
151
| internal-router.image.pullPolicy | string | ` "IfNotPresent" ` | |
152
152
| internal-router.image.repository | string | ` "nginx" ` | |
153
- | internal-router.image.tag | string | ` "1.22-alpine " ` | |
153
+ | internal-router.image.tag | string | ` "1.22-bullseye " ` | |
154
154
| internal-router.imagePullSecrets | list | ` [] ` | |
155
155
| internal-router.nameOverride | string | ` "" ` | |
156
156
| internal-router.nodeSelector | object | ` {} ` | |
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ internal-router:
171
171
image :
172
172
repository : nginx
173
173
pullPolicy : IfNotPresent
174
- tag : " 1.22-alpine "
174
+ tag : 1.22-bullseye
175
175
imagePullSecrets : []
176
176
nameOverride : " "
177
177
fullnameOverride : " internal-router"
You can’t perform that action at this time.
0 commit comments