Skip to content

Commit

Permalink
chore: change helm chart for docker-registry (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvin-M authored Sep 20, 2021
1 parent 6b728f4 commit 1a626ef
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add std-helm https://charts.helm.sh/stable
helm repo add twuni https://helm.twun.io
- name: Package chart
env:
HARBOR_AUTH_TOKEN: ${{ secrets.HARBOR_AUTH_TOKEN }}
Expand Down
7 changes: 7 additions & 0 deletions charts/substra-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog


## 6.0.0

### Changed
- Change docker-registry helm chart from stable deprecated for twuni maintained


## 5.0.1

### Added
Expand Down
8 changes: 4 additions & 4 deletions charts/substra-backend/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
version: 10.3.6
- name: docker-registry
repository: https://charts.helm.sh/stable
version: 1.9.2
digest: sha256:9ef8d3e8134712e9877c19e550f48564cc2b5bbf8f14dd838938ec5d03765b50
generated: "2021-07-26T15:13:17.984004+02:00"
repository: https://helm.twun.io
version: 1.13.0
digest: sha256:5d83eff4013dddd2a11d506d3a6e7afbc33178352fd080e0ace3c5d9f9ef1974
generated: "2021-09-17T10:25:09.279599+02:00"
6 changes: 3 additions & 3 deletions charts/substra-backend/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: substra-backend
home: https://substra.org/
version: 5.0.1
version: 6.0.0
kubeVersion: ">= 1.19.0-0"
description: Main package for Substra
type: application
Expand All @@ -22,6 +22,6 @@ dependencies:
version: 10.3.6
condition: postgresql.enabled
- name: docker-registry
repository: https://charts.helm.sh/stable
version: 1.9.2
repository: https://helm.twun.io
version: 1.13.0
condition: docker-registry.enabled

0 comments on commit 1a626ef

Please sign in to comment.