Skip to content

Commit 99a7e12

Browse files
authored
feat(helm)!: upgrade docker-registry helm chart to version 3.0.0 (#24)
# Description <!-- Please include a summary of the change, provide a justification and which issue is fixed. --> * **BREAKING** Changed chart repo to use ghcr.io for the docker-registry.helm * Updated chart version from 2.2.3 to 3.0.0
1 parent 5c5436a commit 99a7e12

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ locals {
1111
name = "registry-cache"
1212

1313
helm_chart_name = "docker-registry"
14-
helm_chart_version = "2.2.3"
15-
helm_repo_url = "https://lablabs.github.io/docker-registry.helm"
14+
helm_chart_version = "3.0.0"
15+
helm_repo_url = "ghcr.io/lablabs/docker-registry.helm"
1616
}
1717

1818
addon_irsa = {

0 commit comments

Comments
 (0)