Skip to content

Commit a45e443

Browse files
author
Capact Bot
committedSep 21, 2021
Set fixed Capact image tag and Populator source branch
1 parent 530d3dd commit a45e443

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎deploy/kubernetes/charts/capact/charts/hub-public/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ populator:
8383
local: false
8484
# It's public repository
8585
repository: github.com/capactio/hub-manifests
86-
branch: main
86+
branch: release-0.5
8787
# sshKey is a base64 encoded private key used by populator to download manifests. It has read only access
8888
#sshKey:
8989
args: ["while true; do /app register ocf-manifests $MANIFESTS_PATH; sleep 600;done"]

‎deploy/kubernetes/charts/capact/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ global:
33
containerRegistry:
44
path: ghcr.io/capactio
55
# Overrides the image tag for all Capact component. Default is the sub-chart appVersion.
6-
overrideTag: "latest"
6+
overrideTag: "530d3dd"
77
domainName: "stage.cluster.capact.dev"
88

99
database:

0 commit comments

Comments
 (0)