Skip to content

Commit c6dc10c

Browse files
authored
Merge pull request #22 from engow/master
fix: add tag v0.0.1-alpha.2
2 parents fba98f8 + 5e8f379 commit c6dc10c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/charts/dashboard-api/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:
88
repository: tkestack/kstone-api-amd64
99
pullPolicy: IfNotPresent
1010
# Overrides the image tag whose default is the chart appVersion.
11-
tag: "v0.0.1-alpha.1"
11+
tag: "v0.0.1-alpha.2"
1212

1313
imagePullSecrets: []
1414
nameOverride: ""

charts/charts/etcd-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:
88
repository: tkestack/kstone-controller-amd64
99
pullPolicy: IfNotPresent
1010
# Overrides the image tag whose default is the chart appVersion.
11-
tag: "v0.0.1-alpha.1"
11+
tag: "v0.0.1-alpha.2"
1212

1313
imagePullSecrets: []
1414
nameOverride: ""

charts/charts/inspection-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:
88
repository: tkestack/kstone-controller-amd64
99
pullPolicy: IfNotPresent
1010
# Overrides the image tag whose default is the chart appVersion.
11-
tag: "v0.0.1-alpha.1"
11+
tag: "v0.0.1-alpha.2"
1212

1313
imagePullSecrets: []
1414
nameOverride: ""

0 commit comments

Comments
 (0)