Skip to content

Commit

Permalink
Update helm charts packages
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Oct 19, 2023
1 parent 1ae1198 commit 7e47405
Show file tree
Hide file tree
Showing 20 changed files with 419 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ spec:
name: {{ .Values.database_service_name }}
spec:
containers:
- capabilities: {}
env:
- env:
- name: POSTGRESQL_USER
valueFrom:
secretKeyRef:
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 7e47405

Please sign in to comment.