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

Fix postgresql persistent helm chart #53

Merged
merged 2 commits into from
Oct 19, 2023
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
4 changes: 2 additions & 2 deletions charts/redhat/postgresql-persistent/src/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ description: |-
annotations:
charts.openshift.io/name: Red Hat PostgreSQL database service, with persistent storage (experimental).
apiVersion: v2
appVersion: 0.0.2
appVersion: 0.0.3
name: postgresql-persistent
tags: database,postgresql
sources:
- https://github.com/sclorg/helm-charts
version: 0.0.2
version: 0.0.3

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
template: postgresql-persistent-template
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
name: {{ .Values.database_service_name }}
name: {{ .Release.Namespace }}
spec:
replicas: 1
selector:
Expand Down
Binary file modified httpd-imagestreams-0.0.1.tgz
Binary file not shown.
Binary file modified httpd-template-0.0.4.tgz
Binary file not shown.
424 changes: 417 additions & 7 deletions index.yaml

Large diffs are not rendered by default.

Binary file modified mariadb-imagestreams-0.0.1.tgz
Binary file not shown.
Binary file modified mariadb-persistent-0.0.2.tgz
Binary file not shown.
Binary file modified mysql-imagestreams-0.0.1.tgz
Binary file not shown.
Binary file modified mysql-persistent-0.0.2.tgz
Binary file not shown.
Binary file modified nginx-imagestreams-0.0.1.tgz
Binary file not shown.
Binary file modified nodejs-imagestreams-0.0.1.tgz
Binary file not shown.
Binary file modified perl-imagestreams-0.0.1.tgz
Binary file not shown.
Binary file modified php-imagestreams-0.0.1.tgz
Binary file not shown.
Binary file modified postgresql-imagestreams-0.0.1.tgz
Binary file not shown.
Binary file added postgresql-persistent-0.0.3.tgz
Binary file not shown.
Binary file modified python-imagestreams-0.0.1.tgz
Binary file not shown.
Binary file modified redis-imagestreams-0.0.1.tgz
Binary file not shown.
Binary file modified redis-persistent-0.0.2.tgz
Binary file not shown.
Binary file modified ruby-imagestreams-0.0.1.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/test_postgresql_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_package_persistent(self):
self.hc_api.package_name = "postgresql-imagestreams"
self.hc_api.helm_package()
assert self.hc_api.helm_installation()
self.hc_api.set_version("0.0.2")
self.hc_api.set_version("0.0.3")
self.hc_api.package_name = "postgresql-persistent"
self.hc_api.helm_package()
assert self.hc_api.helm_installation(values={".image.tag": "13-el8", ".namespace": self.hc_api.namespace})
Expand Down
Binary file modified varnish-imagestreams-0.0.1.tgz
Binary file not shown.