We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 530d3dd commit a45e443Copy full SHA for a45e443
deploy/kubernetes/charts/capact/charts/hub-public/values.yaml
@@ -83,7 +83,7 @@ populator:
83
local: false
84
# It's public repository
85
repository: github.com/capactio/hub-manifests
86
- branch: main
+ branch: release-0.5
87
# sshKey is a base64 encoded private key used by populator to download manifests. It has read only access
88
#sshKey:
89
args: ["while true; do /app register ocf-manifests $MANIFESTS_PATH; sleep 600;done"]
deploy/kubernetes/charts/capact/values.yaml
@@ -3,7 +3,7 @@ global:
3
containerRegistry:
4
path: ghcr.io/capactio
5
# Overrides the image tag for all Capact component. Default is the sub-chart appVersion.
6
- overrideTag: "latest"
+ overrideTag: "530d3dd"
7
domainName: "stage.cluster.capact.dev"
8
9
database:
0 commit comments