Skip to content

Commit

Permalink
ci: update to latest Core Operator version (#847)
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: jasmingacic <[email protected]>
  • Loading branch information
calyptia-ci and jasmingacic authored May 17, 2024
1 parent cd74a6a commit 8e9c1a3
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 @@ -1645,7 +1645,7 @@ spec:
- args: []
command:
- /manager
image: ghcr.io/calyptia/core-operator:v2.12.1
image: ghcr.io/calyptia/core-operator:v2.12.2
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 @@ -16,15 +16,15 @@ const (

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

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

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

type RecordCell struct {
Expand Down

0 comments on commit 8e9c1a3

Please sign in to comment.