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 Jan 27, 2022
1 parent a89d7a5 commit eb6e686
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:
useEmbeddedSourceOnly: false
manifestsLocations:
- repository: github.com/capactio/hub-manifests
branch: main
branch: release-0.6
# 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 --source $MANIFESTS_SOURCES; 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 components. Default is the sub-chart appVersion.
overrideTag: "latest"
overrideTag: "a89d7a5"
domainName: "stage.cluster.capact.dev"

database:
Expand Down

0 comments on commit eb6e686

Please sign in to comment.