Skip to content

Commit

Permalink
helm: push to oci://quay.io/jetstack/charts for now
Browse files Browse the repository at this point in the history
The official registry is
oci://eu.gcr.io/jetstack-secure-enterprise/charts, but we haven't
configured access to this GCR registry in GitHub Actions for now, so we
will be pushing to Quay for now.
  • Loading branch information
maelvls committed Sep 30, 2024
1 parent 97e44a5 commit 458cab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/00_mod.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ oci_preflight_image_name_development := jetstack.local/venafi-agent
deploy_name := venafi-kubernetes-agent
deploy_namespace := venafi

helm_chart_repo_base := oci://registry.venafi.cloud/charts
helm_chart_repo_base := oci://quay.io/jetstack/charts
helm_chart_source_dir := deploy/charts/venafi-kubernetes-agent
helm_chart_name := venafi-kubernetes-agent
helm_chart_version := $(VERSION:v%=%)
Expand Down

0 comments on commit 458cab4

Please sign in to comment.