Skip to content

Commit

Permalink
ci: update to latest Core Operator version (#856)
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 21, 2024
1 parent 8e9c1a3 commit 7a0ba01
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions cmd/operator/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
config:
type: string
fluentBitImage:
default: ghcr.io/calyptia/core/calyptia-fluent-bit:24.5.5
default: ghcr.io/calyptia/core/calyptia-fluent-bit:24.5.6
type: string
ingestCheckSidecarImage:
default: ghcr.io/calyptia/core/ingest-check:v0.0.7
Expand Down Expand Up @@ -919,7 +919,7 @@ spec:
- scaleTargetRef
type: object
image:
default: ghcr.io/calyptia/core/calyptia-fluent-bit:24.5.5
default: ghcr.io/calyptia/core/calyptia-fluent-bit:24.5.6
type: string
kind:
description: Enums
Expand Down
6 changes: 3 additions & 3 deletions cmd/operator/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
config:
type: string
fluentBitImage:
default: ghcr.io/calyptia/core/calyptia-fluent-bit:24.5.5
default: ghcr.io/calyptia/core/calyptia-fluent-bit:24.5.6
type: string
ingestCheckSidecarImage:
default: ghcr.io/calyptia/core/ingest-check:v0.0.7
Expand Down Expand Up @@ -933,7 +933,7 @@ spec:
- scaleTargetRef
type: object
image:
default: ghcr.io/calyptia/core/calyptia-fluent-bit:24.5.5
default: ghcr.io/calyptia/core/calyptia-fluent-bit:24.5.6
type: string
kind:
description: Enums
Expand Down Expand Up @@ -1645,7 +1645,7 @@ spec:
- args: []
command:
- /manager
image: ghcr.io/calyptia/core-operator:v2.12.2
image: ghcr.io/calyptia/core-operator:v2.12.3
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.2"
DefaultCoreOperatorDockerImageTag = "v2.12.3"

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.2"
DefaultCoreOperatorToCloudDockerImageTag = "v2.12.3"

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.2"
DefaultCoreOperatorFromCloudDockerImageTag = "v2.12.3"
)

type RecordCell struct {
Expand Down

0 comments on commit 7a0ba01

Please sign in to comment.