Skip to content

Commit

Permalink
ci: update to latest Core Operator version (#680)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
Co-authored-by: niedbalski <[email protected]>
  • Loading branch information
calyptia-ci and niedbalski authored Nov 20, 2023
1 parent 898b713 commit 1541da0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/operator/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ spec:
containers:
- command:
- /manager
image: ghcr.io/calyptia/core-operator:v2.0.20
image: ghcr.io/calyptia/core-operator:v2.0.21
livenessProbe:
httpGet:
path: /healthz
Expand Down
6 changes: 3 additions & 3 deletions cmd/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ const (

DefaultCoreOperatorDockerImage = "ghcr.io/calyptia/core-operator"
// DefaultCoreOperatorDockerImageTag not manually modified, CI should switch this version on every new release.
DefaultCoreOperatorDockerImageTag = "v2.0.20"
DefaultCoreOperatorDockerImageTag = "v2.0.21"

DefaultCoreOperatorToCloudDockerImage = "ghcr.io/calyptia/core-operator/sync-to-cloud"
// DefaultCoreOperatorToCloudDockerImageTag not manually modified, CI should switch this version on every new release.
DefaultCoreOperatorToCloudDockerImageTag = "v2.0.20"
DefaultCoreOperatorToCloudDockerImageTag = "v2.0.21"

DefaultCoreOperatorFromCloudDockerImage = "ghcr.io/calyptia/core-operator/sync-from-cloud"
// DefaultCoreOperatorFromCloudDockerImageTag not manually modified, CI should switch this version on every new release.
DefaultCoreOperatorFromCloudDockerImageTag = "v2.0.20"
DefaultCoreOperatorFromCloudDockerImageTag = "v2.0.21"
)

type RecordCell struct {
Expand Down

0 comments on commit 1541da0

Please sign in to comment.