Skip to content

Commit

Permalink
Merge pull request #53 from sclorg/fix_postgresql_persistent_helm_chart
Browse files Browse the repository at this point in the history
Fix postgresql persistent helm chart
  • Loading branch information
phracek authored Oct 19, 2023
2 parents 66c52bd + 7e47405 commit bab3947
Show file tree
Hide file tree
Showing 21 changed files with 421 additions and 11 deletions.
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.

0 comments on commit bab3947

Please sign in to comment.