Skip to content

Commit b112544

Browse files
authored
Inject-chart-version (#36)
* inject chart_version to init container * updated version to `0.2.1-alpha.10`
1 parent b4c4352 commit b112544

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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.9
5+
version: 0.2.1-alpha.10
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
keywords:
88
- codefresh

charts/gitops-runtime/README.md

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

3-
![Version: 0.2.1-alpha.9](https://img.shields.io/badge/Version-0.2.1--alpha.9-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.10](https://img.shields.io/badge/Version-0.2.1--alpha.10-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

charts/gitops-runtime/templates/_components/cap-app-proxy/environment-variables/_init-container.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{{- define "cap-app-proxy.environment-variables.init-container-defaults" -}}
2+
CHART_VERSION: {{ .Chart.Version }}
23
CF_HOST:
34
valueFrom:
45
configMapKeyRef:

0 commit comments

Comments
 (0)