Skip to content

Commit

Permalink
upgdate ctrlmesh image version
Browse files Browse the repository at this point in the history
  • Loading branch information
Eikykun committed Jul 10, 2024
1 parent 39b4bb9 commit 1569699
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/ctrlmesh
4 changes: 2 additions & 2 deletions versions/ctrlmesh/0.1.3-alpha.2/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: ctrlmesh
description: Helm chart for Controller-Mesh components
version: 0.1.3-alpha.1
appVersion: 0.1.3-alpha.1
version: 0.1.3-alpha.2
appVersion: 0.1.3-alpha.2

home: https://KusionStack.io
sources:
Expand Down
6 changes: 3 additions & 3 deletions versions/ctrlmesh/0.1.3-alpha.2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ manager:
image:
repo: kusionstack/ctrlmesh-manager
pullPolicy: IfNotPresent
tag: v0.1.3-alpha.1
tag: v0.1.3-alpha.2
resources:
limits:
cpu: 500m
Expand All @@ -23,15 +23,15 @@ proxy:
image:
repo: kusionstack/ctrlmesh-proxy
pullPolicy: IfNotPresent
tag: v0.1.3-alpha.1
tag: v0.1.3-alpha.2
resources:
cpu: 100m
memory: 128Mi

init:
image:
repo: kusionstack/ctrlmesh-init
tag: v0.1.3-alpha.1
tag: v0.1.3-alpha.2

shardingGroupVersionKinds:
groupVersionKinds:
Expand Down

0 comments on commit 1569699

Please sign in to comment.