Skip to content

Commit 84102d4

Browse files
committed
update charts app versions
1 parent 9c45221 commit 84102d4

File tree

7 files changed

+6
-11
lines changed

7 files changed

+6
-11
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
*.pem
55
app/
66
config/
7+
.helmsman-tmp/

flipenergy/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ version: 0.1.0
2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: 2.0
23+
appVersion: 2.0.1

flipenergy/values.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ replicaCount: 2
77
image:
88
repository: flipenergy/flipenergy
99
pullPolicy: IfNotPresent
10-
# Overrides the image tag whose default is the chart appVersion.
11-
tag: 2.1
1210

1311
imagePullSecrets: []
1412
nameOverride: ""

statping/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ version: 0.1.0
2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: 1.16.0
23+
appVersion: v0.90.57

statping/values.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ replicaCount: 1
66

77
image:
88
repository: statping/statping
9-
pullPolicy: Always
10-
# Overrides the image tag whose default is the chart appVersion.
11-
tag: latest
9+
pullPolicy: IfNotPresent
1210

1311
imagePullSecrets: []
1412
nameOverride: ""

syncthing/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ version: 0.1.0
2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: 1.16.0
23+
appVersion: 1.7.0

syncthing/values.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ replicaCount: 1
66

77
image:
88
repository: syncthing/syncthing
9-
pullPolicy: Always
10-
# Overrides the image tag whose default is the chart appVersion.
11-
tag: latest
9+
pullPolicy: IfNotPresent
1210

1311
imagePullSecrets: []
1412
nameOverride: ""

0 commit comments

Comments
 (0)