Skip to content

Commit

Permalink
replace :latest with :next tag to make CI run with the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
durandom committed Aug 28, 2024
1 parent 507daf6 commit 421abe9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/backstage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions charts/backstage/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

{{ template "chart.homepageLine" . }}

## Productized RHDH
## Productized RHDH

For the **PRODUCTIZED** version of this chart, see:

Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/backstage/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 421abe9

Please sign in to comment.