Skip to content

Commit

Permalink
Set fixed Capact image tag and Populator source branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Capact Bot committed Sep 21, 2021
1 parent 530d3dd commit a45e443
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ populator:
local: false
# It's public repository
repository: github.com/capactio/hub-manifests
branch: main
branch: release-0.5
# sshKey is a base64 encoded private key used by populator to download manifests. It has read only access
#sshKey:
args: ["while true; do /app register ocf-manifests $MANIFESTS_PATH; sleep 600;done"]
2 changes: 1 addition & 1 deletion deploy/kubernetes/charts/capact/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ global:
containerRegistry:
path: ghcr.io/capactio
# Overrides the image tag for all Capact component. Default is the sub-chart appVersion.
overrideTag: "latest"
overrideTag: "530d3dd"
domainName: "stage.cluster.capact.dev"

database:
Expand Down

0 comments on commit a45e443

Please sign in to comment.