Skip to content

Commit 4c1f5c4

Browse files
authored
Merge pull request #13 from osodevops/fix/image-repo-and-docs
fix: point image.repository at strimzi-backup-operator (v0.2.1)
2 parents e9699c1 + 1d503ed commit 4c1f5c4

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kafka-backup-operator"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
rust-version = "1.88"
66
license = "Apache-2.0"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ spec:
263263

264264
| Parameter | Description | Default |
265265
|-----------|-------------|---------|
266-
| `image.repository` | Operator container image | `ghcr.io/osodevops/kafka-backup-operator` |
266+
| `image.repository` | Operator container image | `ghcr.io/osodevops/strimzi-backup-operator` |
267267
| `image.tag` | Image tag | Chart `appVersion` |
268268
| `image.pullPolicy` | Image pull policy | `Always` |
269269
| `replicaCount` | Number of operator replicas | `1` |
@@ -350,7 +350,7 @@ cargo clippy --all-features -- -D warnings
350350
cargo run --release --bin crdgen
351351
352352
# Build Docker image
353-
docker build -t kafka-backup-operator .
353+
docker build -t strimzi-backup-operator .
354354
```
355355

356356
### Local Development

deploy/helm/strimzi-backup-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: strimzi-backup-operator
33
description: Kubernetes operator for Kafka backup and restore, integrated with Strimzi
44
type: application
5-
version: 0.2.0
6-
appVersion: "0.2.0"
5+
version: 0.2.1
6+
appVersion: "0.2.1"
77
home: https://github.com/osodevops/strimzi-backup-operator
88
sources:
99
- https://github.com/osodevops/strimzi-backup-operator

deploy/helm/strimzi-backup-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
replicaCount: 1
55

66
image:
7-
repository: ghcr.io/osodevops/kafka-backup-operator
7+
repository: ghcr.io/osodevops/strimzi-backup-operator
88
pullPolicy: Always
99
# Overrides the image tag whose default is the chart appVersion
1010
tag: ""

docs/strimzi-backup-operator-prd.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
**Project:** strimzi-backup-operator
55
**Author:** OSO DevOps
6-
**Version:** 0.1.0
7-
**Date:** February 2026
8-
**Status:** Draft
6+
**Document Version:** 0.2.1
7+
**Date:** April 2026
8+
**Status:** Implemented — see release notes for the current shipped version
99
**License:** Apache License 2.0 (aligned with Strimzi ecosystem)
1010
**Repository:** github.com/osodevops/strimzi-backup-operator
1111
**Website:** kafkabackup.com

0 commit comments

Comments
 (0)