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
mszostok committed Jul 14, 2021
1 parent e9f8694 commit 62b26d6
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 @@ -68,5 +68,5 @@ populator:
repository: git@github.com:capactio/hub-manifests.git
# sshKey is a base64 encoded private key used by populator to download manifests. It has read only access
sshKey: LS0tLS1CRUdJTiBPUEVOU1NIIFBSSVZBVEUgS0VZLS0tLS0KYjNCbGJuTnphQzFyWlhrdGRqRUFBQUFBQkc1dmJtVUFBQUFFYm05dVpRQUFBQUFBQUFBQkFBQUFNd0FBQUF0emMyZ3RaVwpReU5UVXhPUUFBQUNEUXhvRUVSTUx0K2E2Ym9yUXdhTTJuak4vL2hqMDZSQTMyRDBuVmlNSnEzd0FBQUpnd2ZrS1hNSDVDCmx3QUFBQXR6YzJndFpXUXlOVFV4T1FBQUFDRFF4b0VFUk1MdCthNmJvclF3YU0ybmpOLy9oajA2UkEzMkQwblZpTUpxM3cKQUFBRUIybEFhUDVzNG9qRWw0UzlTSU5xbTk0YU1OaXdZWWhpdTJtaHpqS3hUVmE5REdnUVJFd3UzNXJwdWl0REJvemFlTQozLytHUFRwRURmWVBTZFdJd21yZkFBQUFFblJsWVcwdFpHVjJRR05oY0dGamRDNXBid0VDQXc9PQotLS0tLUVORCBPUEVOU1NIIFBSSVZBVEUgS0VZLS0tLS0K
branch: main
branch: release-0.4
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: "e9f8694"
domainName: "stage.cluster.capact.dev"

database:
Expand Down

0 comments on commit 62b26d6

Please sign in to comment.