Skip to content

Commit

Permalink
ci: update to latest Core Operator version (#887)
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: pwhelan <[email protected]>
  • Loading branch information
calyptia-ci and pwhelan authored Jun 18, 2024
1 parent af868c7 commit 789c6ac
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.6.6
default: ghcr.io/calyptia/core/calyptia-fluent-bit:24.6.8
type: string
ingestCheckSidecarImage:
default: ghcr.io/calyptia/core/ingest-check:v0.0.7
Expand Down Expand Up @@ -929,7 +929,7 @@ spec:
- scaleTargetRef
type: object
image:
default: ghcr.io/calyptia/core/calyptia-fluent-bit:24.6.6
default: ghcr.io/calyptia/core/calyptia-fluent-bit:24.6.8
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.6.6
default: ghcr.io/calyptia/core/calyptia-fluent-bit:24.6.8
type: string
ingestCheckSidecarImage:
default: ghcr.io/calyptia/core/ingest-check:v0.0.7
Expand Down Expand Up @@ -943,7 +943,7 @@ spec:
- scaleTargetRef
type: object
image:
default: ghcr.io/calyptia/core/calyptia-fluent-bit:24.6.6
default: ghcr.io/calyptia/core/calyptia-fluent-bit:24.6.8
type: string
kind:
description: Enums
Expand Down Expand Up @@ -1655,7 +1655,7 @@ spec:
- args: []
command:
- /manager
image: ghcr.io/calyptia/core-operator:v2.13.0
image: ghcr.io/calyptia/core-operator:v2.13.1
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.13.0"
DefaultCoreOperatorDockerImageTag = "v2.13.1"

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

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

type RecordCell struct {
Expand Down

0 comments on commit 789c6ac

Please sign in to comment.