Skip to content

Commit 1569699

Browse files
committed
upgdate ctrlmesh image version
1 parent 39b4bb9 commit 1569699

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

charts/ctrlmesh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../versions/ctrlmesh/0.1.3-alpha.1
1+
../versions/ctrlmesh/0.1.3-alpha.2

versions/ctrlmesh/0.1.3-alpha.2/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
name: ctrlmesh
33
description: Helm chart for Controller-Mesh components
4-
version: 0.1.3-alpha.1
5-
appVersion: 0.1.3-alpha.1
4+
version: 0.1.3-alpha.2
5+
appVersion: 0.1.3-alpha.2
66

77
home: https://KusionStack.io
88
sources:

versions/ctrlmesh/0.1.3-alpha.2/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ manager:
1010
image:
1111
repo: kusionstack/ctrlmesh-manager
1212
pullPolicy: IfNotPresent
13-
tag: v0.1.3-alpha.1
13+
tag: v0.1.3-alpha.2
1414
resources:
1515
limits:
1616
cpu: 500m
@@ -23,15 +23,15 @@ proxy:
2323
image:
2424
repo: kusionstack/ctrlmesh-proxy
2525
pullPolicy: IfNotPresent
26-
tag: v0.1.3-alpha.1
26+
tag: v0.1.3-alpha.2
2727
resources:
2828
cpu: 100m
2929
memory: 128Mi
3030

3131
init:
3232
image:
3333
repo: kusionstack/ctrlmesh-init
34-
tag: v0.1.3-alpha.1
34+
tag: v0.1.3-alpha.2
3535

3636
shardingGroupVersionKinds:
3737
groupVersionKinds:

0 commit comments

Comments
 (0)