Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EOL PHP 80 for RHEL8 and add suffix to redhat charts #118

Merged
merged 2 commits into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ spec:
tags:
- annotations:
description: >-
Provides a Valkey 7 database on CentOS Stream 10. For more information
Provides a Valkey 8 database on CentOS Stream 10. For more information
about using this database image, including OpenShift considerations, see
https://github.com/sclorg/valkey-container/tree/master/7/README.md.
https://github.com/sclorg/valkey-container/tree/master/8/README.md.

WARNING: By selecting this tag, your application will automatically
update to use the latest version of Valkey available on OpenShift,
Expand All @@ -21,23 +21,23 @@ spec:
tags: valkey
from:
kind: ImageStreamTag
name: 7-c10s
name: 8-c10s
referencePolicy:
type: Local
name: latest
- annotations:
description: >-
Provides a Valkey 7 database on CentOS Stream 10. For more information about
Provides a Valkey 8 database on CentOS Stream 10. For more information about
using this database image, including OpenShift considerations, see
https://github.com/sclorg/valkey-container/tree/master/6/README.md.
https://github.com/sclorg/valkey-container/tree/master/8/README.md.
iconClass: icon-valkey
openshift.io/display-name: Valkey 7 (CentOS Stream 10)
openshift.io/display-name: Valkey 8 (CentOS Stream 10)
openshift.io/provider-display-name: Red Hat, Inc.
tags: valkey
version: "7"
version: "8"
from:
kind: DockerImage
name: quay.io/sclorg/valkey-7-c10s:latest
name: quay.io/sclorg/valkey-8-c10s:latest
referencePolicy:
type: Local
name: 7-el10
name: 8-el10
50 changes: 0 additions & 50 deletions charts/redhat/postgresql-imagestreams/src/README.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
chart:
name: django-psql-persistent
name: redhat-django-psql-persistent
description: This is the Red Hat Django application with PostgreSQL database
publicPgpKey: null
users:
Expand Down
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 Django application with a PostgreSQL database. For more information
about using this template, including OpenShift considerations, see https://github.com/sclorg/django-ex/blob/master/README.md.
name: django-psql-persistent
name: redhat-django-psql-persistent
tags: quickstart,python,django
version: 0.0.1
version: 0.0.2
annotations:
charts.openshift.io/name: Red Hat Python Django application with PostgreSQL database (experimental)
charts.openshift.io/provider: Red Hat
charts.openshift.io/providerType: redhat
apiVersion: v2
appVersion: 0.0.1
appVersion: 0.0.2
kubeVersion: '>=1.20.0'
sources:
- https://github.com/sclorg/helm-charts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
chart:
name: httpd-imagestreams
name: redhat-httpd-imagestreams
description: This is the Red Hat Apache HTTP Server imagestream chart
publicPgpKey: null
users:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
description: |-
This content is expermental, do not use it in production. Red Hat Apache HTTP Server imagestreams.
This content is experimental, do not use it in production. Red Hat Apache HTTP Server imagestreams.
For more information about HTTPD container see https://github.com/sclorg/httpd-container/.
annotations:
charts.openshift.io/name: Red Hat Apache HTTP Server imagestreams (experimental)
apiVersion: v2
appVersion: 0.0.3
appVersion: 0.0.4
kubeVersion: '>=1.20.0'
name: httpd-imagestreams
name: redhat-httpd-imagestreams
tags: builder,httpd
sources:
- https://github.com/sclorg/helm-charts
version: 0.0.3
version: 0.0.4
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
chart:
name: httpd-template
name: redhat-httpd-template
description: This is the Red Hat Apache HTTP Server template chart
publicPgpKey: null
users:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
description: This content is experimental, do not use it in production. An example Apache HTTP Server (httpd) application that serves static
content. For more information about using this template, including OpenShift considerations,
see https://github.com/sclorg/httpd-container/blob/master/README.md.
name: httpd-template
name: redhat-httpd-template
tags: quickstart,httpd
kubeVersion: '>=1.20.0'
version: 0.0.6
version: 0.0.7
annotations:
charts.openshift.io/name: Red Hat Apache HTTP Server (httpd) application (experimental)
charts.openshift.io/provider: Red Hat
charts.openshift.io/providerType: redhat
apiVersion: v2
appVersion: 0.0.6
appVersion: 0.0.7
sources:
- https://github.com/sclorg/helm-charts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
chart:
name: mariadb-imagestreams
name: redhat-mariadb-imagestreams
description: This is the Red Hat MariaDB imagestreams chart
publicPgpKey: null
users:
Expand Down
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. Provides a Red Hat MariaDB database.
This content is experimental, do not use it in production. Provides a Red Hat MariaDB database.
For more information about using this database image, including OpenShift considerations,
see https://github.com/sclorg/mariadb-container/blob/master/README.md.
annotations:
charts.openshift.io/name: Red Hat MariaDB database service imagestreams (experimental)
apiVersion: v2
appVersion: 0.0.3
appVersion: 0.0.4
kubeVersion: '>=1.20.0'
name: mariadb-imagestreams
name: redhat-mariadb-imagestreams
tags: database,mariadb
sources:
- https://github.com/sclorg/helm-charts
version: 0.0.3
version: 0.0.4
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
chart:
name: mariadb-persistent
name: redhat-mariadb-persistent
description: This is the Red Hat MariaDB persistent storage
publicPgpKey: null
users:
Expand Down
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. MariaDB database service, with persistent storage. For more information about using this template, including OpenShift considerations, see https://github.com/sclorg/mariadb-container/blob/master/10.3/root/usr/share/container-scripts/mysql/README.md.
This content is experimental, do not use it in production. MariaDB database service, with persistent storage. For more information about using this template, including OpenShift considerations, see https://github.com/sclorg/mariadb-container/blob/master/10.3/root/usr/share/container-scripts/mysql/README.md.

NOTE: Scaling to more than one replica is not supported. You must have persistent volumes available in your cluster to use this template.
name: mariadb-persistent
name: redhat-mariadb-persistent
tags: database,mariadb
version: 0.0.3
version: 0.0.4
kubeVersion: '>=1.20.0'
annotations:
charts.openshift.io/name: Red Hat MariaDB database service, with persistent storage (experimental)
apiVersion: v2
appVersion: 0.0.3
appVersion: 0.0.4
sources:
- https://github.com/sclorg/helm-charts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
chart:
name: mysql-imagestreams
name: redhat-mysql-imagestreams
description: This is the Red Hat MySQL imagestreams chart
publicPgpKey: null
users:
Expand Down
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. Provides a MySQL 8.0 database.
This content is experimental, do not use it in production. Provides a MySQL 8.0 database.
For more information about using this database image, including OpenShift considerations,
see https://github.com/sclorg/mysql-container/blob/master/README.md.
annotations:
charts.openshift.io/name: Red Hat MySQL database service imagestreams (experimental)
apiVersion: v2
appVersion: 0.0.3
appVersion: 0.0.4
kubeVersion: '>=1.20.0'
name: mysql-imagestreams
name: redhat-mysql-imagestreams
tags: database,mysql
sources:
- https://github.com/sclorg/helm-charts
version: 0.0.3
version: 0.0.4
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
chart:
name: mysql-persistent
name: redhat-mysql-persistent
description: This is the Red Hat MySQL persistent storage chart
publicPgpKey: null
users:
Expand Down
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. MySQL database service, with persistent storage. For more information about using this template, including OpenShift considerations, see https://github.com/sclorg/mysql-container/blob/master/8.0/root/usr/share/container-scripts/mysql/README.md.
This content is experimental, do not use it in production. MySQL database service, with persistent storage. For more information about using this template, including OpenShift considerations, see https://github.com/sclorg/mysql-container/blob/master/8.0/root/usr/share/container-scripts/mysql/README.md.

NOTE: Scaling to more than one replica is not supported. You must have persistent volumes available in your cluster to use this template.
name: mysql-persistent
name: redhat-mysql-persistent
tags: database,mysql
version: 0.0.3
version: 0.0.4
annotations:
charts.openshift.io/name: Red Hat MySQL database service, with persistent storage (experimental)
apiVersion: v2
appVersion: 0.0.3
appVersion: 0.0.4
kubeVersion: '>=1.20.0'
sources:
- https://github.com/sclorg/helm-charts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
chart:
name: nginx-imagestreams
name: redhat-nginx-imagestreams
description: This is the Red Hat Nginx Server imagestream chart
publicPgpKey: null
users:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
description: |-
This content is expermental, do not use it in production. Build and serve static content via Nginx HTTP server
This content is experimental, do not use it in production. Build and serve static content via Nginx HTTP server
and a reverse proxy (nginx) on RHEL. https://github.com/sclorg/nginx-container/blob/master/README.md.
annotations:
charts.openshift.io/name: Red Hat Nginx HTTP server and a reverse proxy (nginx) (experimental)
apiVersion: v2
appVersion: 0.0.4
appVersion: 0.0.5
kubeVersion: '>=1.20.0'
name: nginx-imagestreams
name: redhat-nginx-imagestreams
tags: builder,nginx
sources:
- https://github.com/sclorg/helm-charts
version: 0.0.4
version: 0.0.5
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
chart:
name: nginx-template
name: redhat-nginx-template
description: This is the Red Hat Nginx HTTP Server template chart
publicPgpKey: null
users:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
description: An example Nginx HTTP server and a reverse proxy (nginx) application
that serves static content. For more information about using this template, including
OpenShift considerations, see https://github.com/sclorg/nginx-ex/blob/master/README.md.
name: nginx-template
name: redhat-nginx-template
tags: quickstart,nginx
version: 0.0.1
version: 0.0.2
kubeVersion: '>=1.20.0'
annotations:
charts.openshift.io/name: Red Hat Nginx HTTP Server (nginx) application (experimental).
charts.openshift.io/provider: Red Hat
charts.openshift.io/providerType: redhat
apiVersion: v2
appVersion: 0.0.1
appVersion: 0.0.2
sources:
- https://github.com/sclorg/helm-charts
2 changes: 1 addition & 1 deletion charts/redhat/redhat-nodejs-application/OWNERS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
chart:
name: ruby-rails-application
name: redhat-nodejs-application
description: This is the Red Hat quickstart Rails application with no database helm chart
publicPgpKey: null
users:
Expand Down
4 changes: 2 additions & 2 deletions charts/redhat/redhat-nodejs-application/src/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ description: This content is experimental, do not use it in production. An examp
about using this template, including OpenShift considerations, see https://github.com/sclorg/nodejs-ex/blob/master/README.md.
name: redhat-nodejs-application
tags: quickstart,nodejs
version: 0.0.3
version: 0.0.4
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.3
appVersion: 0.0.4
sources:
- https://github.com/sclorg/helm-charts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
chart:
name: dancer-app-server
name: redhat-dancer-app-server
description: This is the Red Hat dancer application server
publicPgpKey: null
users:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ annotations:
charts.openshift.io/name: Red Hat Dancer application on UBI (experimental)
charts.openshift.io/provider: Red Hat
charts.openshift.io/providerType: redhat
name: perl-dancer-application
name: redhat-perl-dancer-application
tags: quickstart,perl,dancer
apiVersion: v2
appVersion: 0.0.1
appVersion: 0.0.2
kubeVersion: '>=1.20.0'
sources:
- https://github.com/sclorg/helm-charts
version: 0.0.1
version: 0.0.2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
chart:
name: dancer-app-mysql-server
name: redhat-dancer-app-mysql-server
description: This is the Red Hat dancer application with a MySQL database
publicPgpKey: null
users:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ annotations:
charts.openshift.io/name: Red Hat Dancer application with a MySQL on UBI (experimental)
charts.openshift.io/provider: Red Hat
charts.openshift.io/providerType: redhat
name: perl-dancer-mysql-persistent
name: redhat-perl-dancer-mysql-persistent
tags: quickstart,perl,dancer,mysql
apiVersion: v2
appVersion: 0.0.1
appVersion: 0.0.2
kubeVersion: '>=1.20.0'
sources:
- https://github.com/sclorg/helm-charts
version: 0.0.1
version: 0.0.2
Loading