Skip to content

Commit

Permalink
fix urls
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Mar 15, 2021
1 parent 6d8aea9 commit 4ac9f68
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ helm install fcrepo chart/fcrepo

- Bump the version in the Chart.yaml
- Run `helm package .`
- Run `helm repo index .`
- Run `helm repo index . --url https://samvera-labs.github.io/fcrepo-charts`
- Add files to git and push

## Configuration
Expand Down
18 changes: 9 additions & 9 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ entries:
fcrepo:
- apiVersion: v2
appVersion: 4.7.5
created: "2021-03-14T23:22:29.153679-07:00"
created: "2021-03-14T23:37:47.524953-07:00"
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -14,11 +14,11 @@ entries:
name: fcrepo
type: application
urls:
- fcrepo-0.5.1.tgz
- https://samvera-labs.github.io/fcrepo-charts/fcrepo-0.5.1.tgz
version: 0.5.1
- apiVersion: v2
appVersion: 4.7.5
created: "2021-03-14T23:22:29.149336-07:00"
created: "2021-03-14T23:37:47.518936-07:00"
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -29,11 +29,11 @@ entries:
name: fcrepo
type: application
urls:
- fcrepo-0.5.0.tgz
- https://samvera-labs.github.io/fcrepo-charts/fcrepo-0.5.0.tgz
version: 0.5.0
- apiVersion: v2
appVersion: "4.7"
created: "2021-03-14T23:22:29.145688-07:00"
created: "2021-03-14T23:37:47.514884-07:00"
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -44,14 +44,14 @@ entries:
name: fcrepo
type: application
urls:
- fcrepo-0.4.1.tgz
- https://samvera-labs.github.io/fcrepo-charts/fcrepo-0.4.1.tgz
version: 0.4.1
postgresql:
- annotations:
category: Database
apiVersion: v1
appVersion: 11.9.0
created: "2021-03-14T23:22:29.157121-07:00"
created: "2021-03-14T23:37:47.528198-07:00"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
Expand All @@ -77,6 +77,6 @@ entries:
sources:
- https://github.com/bitnami/bitnami-docker-postgresql
urls:
- charts/postgresql-9.3.3.tgz
- https://samvera-labs.github.io/fcrepo-charts/charts/postgresql-9.3.3.tgz
version: 9.3.3
generated: "2021-03-14T23:22:29.14124-07:00"
generated: "2021-03-14T23:37:47.508779-07:00"

0 comments on commit 4ac9f68

Please sign in to comment.