Skip to content

Commit 529a891

Browse files
authored
⚙️ use chart app version (#719)
1 parent 54468af commit 529a891

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

install/chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: cyclops-chart
33
description: Cyclops Helm chart
44
type: application
5-
version: "0.12.0"
5+
version: "0.13.0"
66
appVersion: "v0.15.4"
77
home: https://cyclops-ui.com/
88
keywords:

install/chart/templates/cyclops-ctrl/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
serviceAccountName: cyclops-ctrl
1919
containers:
2020
- name: cyclops-ctrl
21-
image: cyclopsui/cyclops-ctrl:v0.15.4
21+
image: {{ printf "cyclopsui/cyclops-ctrl:%s" (default .Chart.AppVersion (.Values.image).tag) }}
2222
ports:
2323
- containerPort: 8080
2424
env:

install/chart/templates/cyclops-ui/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
spec:
1818
containers:
1919
- name: cyclops-ui
20-
image: cyclopsui/cyclops-ui:v0.15.4
20+
image: {{ printf "cyclopsui/cyclops-ui:%s" (default .Chart.AppVersion (.Values.image).tag) }}
2121
ports:
2222
- containerPort: 80
2323
env:

0 commit comments

Comments
 (0)