Skip to content

Commit

Permalink
Merge pull request #613 from ulucinar/rm-mxp-authz-webhook
Browse files Browse the repository at this point in the history
Add a version constraint for the mxp-authz-webhook Chart's images
  • Loading branch information
phisco authored Sep 2, 2024
2 parents de36ebd + e8bf1f5 commit 647b603
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cmd/up/space/mirror/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ oci:
- image: "xpkg.upbound.io/spaces-artifacts/mxe-composition-templates"
compatibleChartVersion: "1.5.x"
- image: "xpkg.upbound.io/spaces-artifacts/mxp-authz-webhook"
# compatibleChartVersion: "1.5.x" # Will be removed with https://github.com/upbound/spaces/pull/1393
# starting from v1.7.0, mxp-authz-webhook chart is removed
compatibleChartVersion: "<=1.6.x"
- image: "xpkg.upbound.io/spaces-artifacts/mxp-benchmark"
- image: "xpkg.upbound.io/spaces-artifacts/mxp-charts"
- image: "xpkg.upbound.io/spaces-artifacts/mxp-control-plane"
Expand Down Expand Up @@ -64,6 +65,8 @@ oci:
- image: "xpkg.upbound.io/spaces-artifacts/kyverno-kyvernopre:v1.11.4"
- image: "xpkg.upbound.io/spaces-artifacts/kyverno-reports-controller:v1.11.4"
- image: "xpkg.upbound.io/spaces-artifacts/mxp-authz-webhook-openssl:3.1.4"
# starting from v1.7.0, mxp-authz-webhook chart is removed
compatibleChartVersion: "<=1.6.x"
- image: "xpkg.upbound.io/spaces-artifacts/opentelemetry-collector-contrib:0.98.0"
- image: "xpkg.upbound.io/spaces-artifacts/uxp-bootstrapper:v1.10.4-up.2"
compatibleChartVersion: ">=1.6.x"
Expand Down

0 comments on commit 647b603

Please sign in to comment.