Commit e872ead
authored
build(image): rename proxy container image to quay.io/kroxylicious/proxy (kroxylicious#3882)
Standardize on the new proxy image name quay.io/kroxylicious/proxy
across all code, configuration, tests, and documentation. This
completes the migration from the original quay.io/kroxylicious/kroxylicious
naming.
Changes:
- Update operator properties file to use new image name
- Update GitHub workflows (maven.yaml, run-system-tests.yaml, documentation-tests.yml)
- Remove backward-compatibility retagging in Minikube workflows
- Add backwards-compatible retagging in docker workflow
- Update all operator test fixtures and assertions
- Update user-facing scripts (run-example.sh, perf-tests.sh)
- Update documentation (DEV_GUIDE.md, release-manifest.yaml)
- Add CHANGELOG entry
Note: GitHub org variable PROXY_IMAGE_NAME must be manually updated
from 'kroxylicious' to 'proxy' after this change is merged.
Assisted-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Signed-off-by: Robert Young <robertyoungnz@gmail.com>1 parent 2031213 commit e872ead
41 files changed
Lines changed: 45 additions & 44 deletions
File tree
- .github/workflows
- kroxylicious-docs
- kroxylicious-kubernetes/kroxylicious-operator/src
- main/resources-filtered
- test
- java/io/kroxylicious/kubernetes/operator
- reconciler/kafkaproxy
- resources/DerivedResourcesTest
- clusterref-resource-not-found
- colliding-secret-interpolation
- filter-resource-not-found
- loadbalancer-and-clusterip-ingress
- loadbalancer-ingress-with-no-downstream-tls-on-cluster
- loadbalancer-ingress
- minimal
- route-ingress-hosts-ready
- route-ingress
- two-clusters-one-with-unresolved-ingress
- two-clusters-with-clusterip-ingress
- two-clusters-with-colliding-ingress-and-unresolved-filter
- two-filters
- user-supplies-proxy-container-resource-config-without-limits
- user-supplies-proxy-container-resource-config
- virtualcluster-with-downstream-tls-controls
- virtualcluster-with-downstream-tls-with-client-auth-none-mode
- virtualcluster-with-downstream-tls-with-client-auth-requested-mode
- virtualcluster-with-downstream-tls-with-client-auth-required-mode
- virtualcluster-with-downstream-tls-with-client-auth-trust-from-configmap-with-storeType
- virtualcluster-with-downstream-tls-with-client-auth-trust-from-configmap
- virtualcluster-with-downstream-tls-with-client-auth-trust-from-secret-with-storeType
- virtualcluster-with-downstream-tls-with-client-auth-trust-from-secret
- virtualcluster-with-downstream-tls
- virtualcluster-with-upstream-tls-trust-from-configmap-with-storetype
- virtualcluster-with-upstream-tls-trust-from-configmap
- virtualcluster-with-upstream-tls-trust-from-secret-with-storetype
- virtualcluster-with-upstream-tls-trust-from-secret
- performance-tests
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | | - | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
| 67 | + | |
69 | 68 | | |
70 | 69 | | |
71 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
156 | | - | |
| 155 | + | |
157 | 156 | | |
158 | 157 | | |
159 | 158 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments