-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #115 from sclorg/add_nodejs_22
Add nodejs 22 to helm charts
- Loading branch information
Showing
15 changed files
with
55 additions
and
18 deletions.
There are no files selected for viewing
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
.../redhat/nodejs-application/src/Chart.yaml → .../redhat-nodejs-application/src/Chart.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
description: This content is experimental, do not use it in production. An example Node.js application with no database. For more information | ||
about using this template, including OpenShift considerations, see https://github.com/sclorg/nodejs-ex/blob/master/README.md. | ||
name: nodejs-application | ||
name: redhat-nodejs-application | ||
tags: quickstart,nodejs | ||
version: 0.0.2 | ||
version: 0.0.3 | ||
kubeVersion: '>=1.20.0' | ||
annotations: | ||
charts.openshift.io/name: Red Hat Apache Rails application with no database (experimental) | ||
charts.openshift.io/provider: Red Hat | ||
charts.openshift.io/providerType: redhat | ||
apiVersion: v2 | ||
appVersion: 0.0.2 | ||
appVersion: 0.0.3 | ||
sources: | ||
- https://github.com/sclorg/helm-charts |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
charts/redhat/nodejs-imagestreams/OWNERS → .../redhat/redhat-nodejs-imagestreams/OWNERS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...redhat/nodejs-imagestreams/src/Chart.yaml → ...redhat-nodejs-imagestreams/src/Chart.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
description: |- | ||
This content is expermental, do not use it in production. Build and run NodeJS applications on UBI. | ||
This content is experimental, do not use it in production. Build and run NodeJS applications on UBI. | ||
For more information about using this builder image, including OpenShift considerations, | ||
see https://github.com/sclorg/s2i-nodejs-container/blob/master/20/README.md. | ||
annotations: | ||
charts.openshift.io/name: Red Hat NodeJS applications on UBI (experimental) | ||
apiVersion: v2 | ||
appVersion: 0.0.5 | ||
appVersion: 0.0.6 | ||
kubeVersion: '>=1.20.0' | ||
name: nodejs-imagestreams | ||
name: redhat-nodejs-imagestreams | ||
tags: builder,nodejs | ||
sources: | ||
- https://github.com/sclorg/helm-charts | ||
version: 0.0.5 | ||
version: 0.0.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters