Skip to content

Commit

Permalink
ci: update to latest Core Operator version (#664)
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 7, 2023
1 parent 1e15e2b commit 6763bf8
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 @@ -58,7 +58,7 @@ spec:
config:
type: string
fluentBitImage:
default: ghcr.io/calyptia/core/calyptia-fluent-bit:23.10.3
default: ghcr.io/calyptia/core/calyptia-fluent-bit:23.11.1
type: string
ingestCheckSidecarImage:
default: ghcr.io/calyptia/core/ingest-check:v0.0.7
Expand Down Expand Up @@ -273,7 +273,7 @@ spec:
default: ghcr.io/calyptia/configmap-reload:v0.11.1
type: string
image:
default: ghcr.io/calyptia/core/calyptia-fluent-bit:23.10.3
default: ghcr.io/calyptia/core/calyptia-fluent-bit:23.11.1
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 @@ -72,7 +72,7 @@ spec:
config:
type: string
fluentBitImage:
default: ghcr.io/calyptia/core/calyptia-fluent-bit:23.10.3
default: ghcr.io/calyptia/core/calyptia-fluent-bit:23.11.1
type: string
ingestCheckSidecarImage:
default: ghcr.io/calyptia/core/ingest-check:v0.0.7
Expand Down Expand Up @@ -287,7 +287,7 @@ spec:
default: ghcr.io/calyptia/configmap-reload:v0.11.1
type: string
image:
default: ghcr.io/calyptia/core/calyptia-fluent-bit:23.10.3
default: ghcr.io/calyptia/core/calyptia-fluent-bit:23.11.1
type: string
kind:
description: Enums
Expand Down Expand Up @@ -929,7 +929,7 @@ spec:
containers:
- command:
- /manager
image: ghcr.io/calyptia/core-operator:v2.0.18
image: ghcr.io/calyptia/core-operator:v2.0.19
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.18"
DefaultCoreOperatorDockerImageTag = "v2.0.19"

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.18"
DefaultCoreOperatorToCloudDockerImageTag = "v2.0.19"

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.18"
DefaultCoreOperatorFromCloudDockerImageTag = "v2.0.19"
)

type RecordCell struct {
Expand Down

0 comments on commit 6763bf8

Please sign in to comment.