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

Remove EOL7 from values #89

Merged
merged 1 commit into from
Sep 4, 2024
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
2 changes: 1 addition & 1 deletion charts/redhat/httpd-template/src/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"httpd_version": {
"type": "string",
"description": "Specify HTTPD imagestream tag",
"enum": [ "latest", "2.4-el9", "2.4-el8", "2.4-el7" ]
"enum": [ "latest", "2.4-el9", "2.4-el8" ]
},
"application_domain": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion charts/redhat/mariadb-persistent/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Below is a table of each value used to configure this chart.
| `mysql_root_password` | Password for the MariaDB root user. | | Expression like: `[a-zA-Z0-9]{16}` |
| `mysql_database` | Name of the MariaDB database accessed. | `sampledb` | |
| `mysql_password` | Password for the MariaDB connection user. | | Expression like: `[a-zA-Z0-9]{16}` |
| `mariadb_version` | Version of MariaDB image to be used (10.3-el7, 10.3-el8, or latest). | `10.3-el8` | |
| `mariadb_version` | Version of MariaDB image to be used (10.3-el8, or latest). | `10.3-el8` | |
| `namespace` | The OpenShift Namespace where the ImageStream resides. | `openshift` | |
| `memory_limit` | Maximum amount of memory the container can use. | `521Mi` | |
| `volume_capacity` | Volume space available for data, e.g. 512Mi, 2Gi. | `1Gi` | |
2 changes: 1 addition & 1 deletion charts/redhat/mariadb-persistent/src/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"mariadb_version": {
"type": "string",
"description": "Specify mariadb imagestream tag",
"enum": [ "latest", "10.5-el9", "10.3-el8", "10.5-el8", "10.3-el7", "10.3", "10.5-el7" ]
"enum": [ "latest", "10.5-el9", "10.3-el8", "10.5-el8", "10.3" ]
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion charts/redhat/mysql-persistent/src/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"mysql_version": {
"type": "string",
"description": "Specify mysql imagestream tag",
"enum": [ "latest", "8.0-el9", "8.0-el8", "8.0-el7" ]
"enum": [ "latest", "8.0-el9", "8.0-el8" ]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"perl_version": {
"type": "string",
"description": "Specify PERL imagestream tag",
"enum": [ "latest", "5.30-el7", "5.26-ubi8", "5.30-ubi8", "5.30-ubi9", "5.32-ubi8", "5.32-ubi9" ]
"enum": [ "latest", "5.26-ubi8", "5.30-ubi8", "5.30-ubi9", "5.32-ubi8", "5.32-ubi9" ]
},
"application_domain": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"perl_version": {
"type": "string",
"description": "Specify PERL imagestream tag",
"enum": [ "latest", "5.30-el7", "5.26-ubi8", "5.30-ubi8", "5.30-ubi9", "5.32-ubi8", "5.32-ubi9" ]
"enum": [ "latest", "5.26-ubi8", "5.30-ubi8", "5.30-ubi9", "5.32-ubi8", "5.32-ubi9" ]
},
"mysql_default_authentication_plugin": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion charts/redhat/postgresql-persistent/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Below is a table of each value used to configure this chart.
| `postgresql_user` | Username for PostgreSQL user that will be used for accessing the database. | - | Expresion like: `user[A-Z0-9]{3}` |
| `postgresql_database` | Name of the PostgreSQL database accessed. | `sampledb` | |
| `postgresql_password` | Password for the PostgreSQL connection user. | | Expression like: `[a-zA-Z0-9]{16}` |
| `postgresql_version` | Version of PostgreSQL image to be used (10-el7, 10-el8, or latest). | `10-el8` | |
| `postgresql_version` | Version of PostgreSQL image to be used (12-el8, or latest). | `12-el8` | |
| `namespace` | The OpenShift Namespace where the ImageStream resides. | `openshift` | |
| `memory_limit` | Maximum amount of memory the container can use. | `521Mi` | |
| `volume_capacity` | Volume space available for data, e.g. 512Mi, 2Gi. | `1Gi` | |
4 changes: 2 additions & 2 deletions charts/redhat/postgresql-persistent/src/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
"tag": {
"type": "string",
"description": "Specify postgresql imagestream tag",
"enum": ["latest", "13-el9", "13-el8", "13-el7", "12-el8", "12-el7", "12", "10-el8", "10-el7", "10" ]
"enum": ["latest", "13-el9", "13-el8", "12-el8", "12" ]
}
}
}
}
}
}
2 changes: 1 addition & 1 deletion charts/redhat/redis-persistent/src/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"redis_version": {
"type": "string",
"description": "Specify redis imagestream tag",
"enum": [ "latest", "6-el9", "6-el8", "6-el7" ]
"enum": [ "latest", "7-el9", "6-el9", "6-el8" ]
}
}
}
Expand Down