Skip to content

Commit

Permalink
Pin bitnami charts index to version before Zookeeper 8.1.2 got removed
Browse files Browse the repository at this point in the history
Same issue as #426, Bitnami pruned their index again in
bitnami/charts#14024.
  • Loading branch information
simu committed Jan 9, 2023
1 parent 4fa6610 commit b079485
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion appuio/stardog/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: stardog
version: 0.14.0
version: 0.14.1
appVersion: 8.1.1
description: Stardog is the world’s leading knowledge graph platform for the enterprise. Stardog makes it fast and easy to turn enterprise data into knowledge.
home: "https://www.stardog.com/"
Expand Down
2 changes: 1 addition & 1 deletion appuio/stardog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ help: ## Show this help
# "Interface" for parent Makefile
#
prepare:
helm repo add bitnami-latest https://charts.bitnami.com/bitnami
helm repo add bitnami-b661ad0 https://raw.githubusercontent.com/bitnami/charts/b661ad0e6e3277fc5b5b2db197cba47174693712/bitnami/
helm dep build
6 changes: 3 additions & 3 deletions appuio/stardog/requirements.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: zookeeper
repository: https://charts.bitnami.com/bitnami
repository: https://raw.githubusercontent.com/bitnami/charts/b661ad0e6e3277fc5b5b2db197cba47174693712/bitnami/
version: 8.1.2
digest: sha256:f1f8723c9a4a535ff8d53eb325406d5554e453358e2e8364494601b3e4231976
generated: "2022-09-28T11:34:24.327474146+02:00"
digest: sha256:4ee65e2998f2204dbbfbc0cdb6c17f9d6266eacc7ee4fa4c25159579f4cb20a3
generated: "2023-01-09T13:54:54.337524798+01:00"
2 changes: 1 addition & 1 deletion appuio/stardog/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies:
- name: zookeeper
version: 8.1.2
repository: https://charts.bitnami.com/bitnami
repository: https://raw.githubusercontent.com/bitnami/charts/b661ad0e6e3277fc5b5b2db197cba47174693712/bitnami/
condition: zookeeper.enabled

0 comments on commit b079485

Please sign in to comment.