diff --git a/charts/backstage/README.md b/charts/backstage/README.md index e2fd48c..1c40d13 100644 --- a/charts/backstage/README.md +++ b/charts/backstage/README.md @@ -166,7 +166,7 @@ Kubernetes: `>= 1.25.0-0` | route.tls.termination | Specify TLS termination. | string | `"edge"` | | route.wildcardPolicy | Wildcard policy if any for the route. Currently only 'Subdomain' or 'None' is allowed. | string | `"None"` | | upstream | Upstream Backstage [chart configuration](https://github.com/backstage/charts/blob/main/charts/backstage/values.yaml) | object | Use Openshift compatible settings | -| upstream.backstage.initContainers[0].image | Image used by the initContainer to install dynamic plugins into the `dynamic-plugins-root` volume mount. It could be replaced by a custom image based on this one. | string | `quay.io/janus-idp/backstage-showcase:latest` | +| upstream.backstage.initContainers[0].image | Image used by the initContainer to install dynamic plugins into the `dynamic-plugins-root` volume mount. It could be replaced by a custom image based on this one. | string | `quay.io/janus-idp/backstage-showcase:next` | ## Opinionated Backstage deployment @@ -193,10 +193,10 @@ upstream: ## Features -This charts defaults to using the [latest Janus-IDP Backstage Showcase image](https://quay.io/janus-idp/backstage-showcase:latest) that is OpenShift compatible: +This charts defaults to using the [latest Janus-IDP Backstage Showcase image](https://quay.io/janus-idp/backstage-showcase:next) that is OpenShift compatible: ```console -quay.io/janus-idp/backstage-showcase:latest +quay.io/janus-idp/backstage-showcase:next ``` Additionally this chart enhances the upstream Backstage chart with following OpenShift-specific features: diff --git a/charts/backstage/README.md.gotmpl b/charts/backstage/README.md.gotmpl index 5c4dc6d..3ae35d8 100644 --- a/charts/backstage/README.md.gotmpl +++ b/charts/backstage/README.md.gotmpl @@ -10,7 +10,7 @@ {{ template "chart.homepageLine" . }} -## Productized RHDH +## Productized RHDH For the **PRODUCTIZED** version of this chart, see: @@ -149,10 +149,10 @@ upstream: ## Features -This charts defaults to using the [latest Janus-IDP Backstage Showcase image](https://quay.io/janus-idp/backstage-showcase:latest) that is OpenShift compatible: +This charts defaults to using the [latest Janus-IDP Backstage Showcase image](https://quay.io/janus-idp/backstage-showcase:next) that is OpenShift compatible: ```console -quay.io/janus-idp/backstage-showcase:latest +quay.io/janus-idp/backstage-showcase:next ``` Additionally this chart enhances the upstream Backstage chart with following OpenShift-specific features: diff --git a/charts/backstage/values.yaml b/charts/backstage/values.yaml index e7b3625..c8445d5 100644 --- a/charts/backstage/values.yaml +++ b/charts/backstage/values.yaml @@ -163,7 +163,7 @@ upstream: type: "RuntimeDefault" # -- Image used by the initContainer to install dynamic plugins into the `dynamic-plugins-root` volume mount. # It could be replaced by a custom image based on this one. - # @default -- `quay.io/janus-idp/backstage-showcase:latest` + # @default -- `quay.io/janus-idp/backstage-showcase:next` image: '{{ include "backstage.image" . }}' command: - ./install-dynamic-plugins.sh