File tree 4 files changed +9
-6
lines changed
4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
appVersion : v0.0.1
3
3
description : A Helm chart for Codefresh gitops runtime
4
4
name : gitops-runtime
5
- version : 0.2.0-alpha-3
5
+ version : 0.2.0-alpha-4
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.0-alpha-3 ] ( https://img.shields.io/badge/Version-0.2.0--alpha--3 -informational?style=flat-square ) ![ AppVersion: v0.0.1] ( https://img.shields.io/badge/AppVersion-v0.0.1-informational?style=flat-square )
3
+ ![ Version: 0.2.0-alpha-4 ] ( https://img.shields.io/badge/Version-0.2.0--alpha--4 -informational?style=flat-square ) ![ AppVersion: v0.0.1] ( https://img.shields.io/badge/AppVersion-v0.0.1-informational?style=flat-square )
4
4
5
5
A Helm chart for Codefresh gitops runtime
6
6
@@ -35,13 +35,13 @@ A Helm chart for Codefresh gitops runtime
35
35
| app-proxy.fullnameOverride | string | ` "cap-app-proxy" ` | |
36
36
| app-proxy.image.pullPolicy | string | ` "IfNotPresent" ` | |
37
37
| app-proxy.image.repository | string | ` "quay.io/codefresh/cap-app-proxy" ` | |
38
- | app-proxy.image.tag | string | ` "1.2140 .0" ` | |
38
+ | app-proxy.image.tag | string | ` "1.2142 .0" ` | |
39
39
| app-proxy.imagePullSecrets | list | ` [] ` | |
40
40
| app-proxy.initContainer.command[ 0] | string | ` "./init.sh" ` | |
41
41
| app-proxy.initContainer.env | object | ` {} ` | |
42
42
| app-proxy.initContainer.image.pullPolicy | string | ` "IfNotPresent" ` | |
43
43
| app-proxy.initContainer.image.repository | string | ` "quay.io/codefresh/cap-app-proxy-init" ` | |
44
- | app-proxy.initContainer.image.tag | string | ` "1.2140 .0" ` | |
44
+ | app-proxy.initContainer.image.tag | string | ` "1.2142 .0" ` | |
45
45
| app-proxy.initContainer.resources.limits.cpu | string | ` "1" ` | |
46
46
| app-proxy.initContainer.resources.limits.memory | string | ` "512Mi" ` | |
47
47
| app-proxy.initContainer.resources.requests.cpu | string | ` "0.2" ` | |
Original file line number Diff line number Diff line change @@ -22,4 +22,7 @@ GIT_PASSWORD:
22
22
{{- define "codefresh-gitops-runtime.app-proxy.init-container.calculated-env-vars"}}
23
23
USER_TOKEN :
24
24
{{- include "codefresh-gitops-runtime.installation-token-env-var-value" . | nindent 2 }}
25
+ {{- if .Values.global.codefresh.gitIntegration.provider.name }}
26
+ GIT_INTEGRATION_PROVIDER : {{ include "codefresh-gitops-runtime.git-integration.provider" .}}
27
+ {{- end }}
25
28
{{- end }}
Original file line number Diff line number Diff line change @@ -254,14 +254,14 @@ app-proxy:
254
254
image :
255
255
repository : quay.io/codefresh/cap-app-proxy
256
256
# Overrides the image tag whose default is the chart appVersion.
257
- tag : 1.2140 .0
257
+ tag : 1.2142 .0
258
258
pullPolicy : IfNotPresent
259
259
260
260
initContainer :
261
261
image :
262
262
repository : quay.io/codefresh/cap-app-proxy-init
263
263
# Overrides the image tag whose default is the chart appVersion.
264
- tag : 1.2140 .0
264
+ tag : 1.2142 .0
265
265
pullPolicy : IfNotPresent
266
266
command :
267
267
- ./init.sh
You can’t perform that action at this time.
0 commit comments