diff --git a/cmd/operator/crd.yaml b/cmd/operator/crd.yaml index 5995bfae..0047f3af 100644 --- a/cmd/operator/crd.yaml +++ b/cmd/operator/crd.yaml @@ -63,7 +63,7 @@ spec: config: type: string fluentBitImage: - default: ghcr.io/calyptia/core/calyptia-fluent-bit:24.6.8 + default: ghcr.io/calyptia/core/calyptia-fluent-bit:24.6.9 type: string ingestCheckSidecarImage: default: ghcr.io/calyptia/core/ingest-check:v0.0.7 @@ -929,7 +929,7 @@ spec: - scaleTargetRef type: object image: - default: ghcr.io/calyptia/core/calyptia-fluent-bit:24.6.8 + default: ghcr.io/calyptia/core/calyptia-fluent-bit:24.6.9 type: string kind: description: Enums diff --git a/cmd/operator/manifest.yaml b/cmd/operator/manifest.yaml index 99a39dae..9bdda9cf 100644 --- a/cmd/operator/manifest.yaml +++ b/cmd/operator/manifest.yaml @@ -77,7 +77,7 @@ spec: config: type: string fluentBitImage: - default: ghcr.io/calyptia/core/calyptia-fluent-bit:24.6.8 + default: ghcr.io/calyptia/core/calyptia-fluent-bit:24.6.9 type: string ingestCheckSidecarImage: default: ghcr.io/calyptia/core/ingest-check:v0.0.7 @@ -943,7 +943,7 @@ spec: - scaleTargetRef type: object image: - default: ghcr.io/calyptia/core/calyptia-fluent-bit:24.6.8 + default: ghcr.io/calyptia/core/calyptia-fluent-bit:24.6.9 type: string kind: description: Enums @@ -1655,7 +1655,7 @@ spec: - args: [] command: - /manager - image: ghcr.io/calyptia/core-operator:v2.13.1 + image: ghcr.io/chronosphereio/core-operator:v2.14.0 livenessProbe: httpGet: path: /healthz diff --git a/cmd/utils/utils.go b/cmd/utils/utils.go index 6cf04ec4..5aebb7f8 100644 --- a/cmd/utils/utils.go +++ b/cmd/utils/utils.go @@ -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.1" + DefaultCoreOperatorDockerImageTag = "v2.14.0" 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.1" + DefaultCoreOperatorToCloudDockerImageTag = "v2.14.0" 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.1" + DefaultCoreOperatorFromCloudDockerImageTag = "v2.14.0" ) type RecordCell struct {