Skip to content

Commit

Permalink
Use appscode charts oci registry (#246)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha authored Oct 27, 2023
1 parent 9750e96 commit 3a70b78
Show file tree
Hide file tree
Showing 63 changed files with 123 additions and 179 deletions.
2 changes: 1 addition & 1 deletion charts/ace-installer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The following table lists the configurable parameters of the `ace-installer` cha
| image.proxies.kubernetes | registry.k8s.io/bin:tag | <code>registry.k8s.io</code> |
| registry.credentials | | <code>{}</code> |
| helm.repositories.bootstrap.interval | | <code>1h0m0s</code> |
| helm.repositories.bootstrap.url | | <code>https://charts.appscode.com/stable</code> |
| helm.repositories.bootstrap.url | | <code>oci://r.appscode.com/charts</code> |
| helm.repositories.stakater.interval | | <code>1h0m0s</code> |
| helm.repositories.stakater.url | | <code>https://stakater.github.io/stakater-charts</code> |
| helm.releases.ace.enabled | | <code>false</code> |
Expand Down
2 changes: 1 addition & 1 deletion charts/ace-installer/templates/apps/ace/ace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
interval: 60m
sourceRef:
kind: HelmRepository
name: bytebuilders
name: appscode-charts-oci
namespace: {{ $.Release.Namespace }}
{{- with (dig "values" dict .) }}
{{- dict "values" . | toYaml | nindent 2 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
interval: 60m
sourceRef:
kind: HelmRepository
name: kubeops
name: appscode-charts-oci
namespace: {{ $.Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
interval: 60m
sourceRef:
kind: HelmRepository
name: bytebuilders
name: appscode-charts-oci
namespace: {{ $.Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/ace-installer/templates/apps/kubedb/kubedb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
interval: 60m
sourceRef:
kind: HelmRepository
name: kubedb
name: appscode-charts-oci
namespace: {{ $.Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
interval: 60m
sourceRef:
kind: HelmRepository
name: kubeops
name: appscode-charts-oci
namespace: {{ $.Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
interval: 60m
sourceRef:
kind: HelmRepository
name: kubeops
name: appscode-charts-oci
namespace: {{ $.Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
interval: 60m
sourceRef:
kind: HelmRepository
name: bytebuilders
name: appscode-charts-oci
namespace: {{ $.Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
interval: 60m
sourceRef:
kind: HelmRepository
name: bytebuilders
name: appscode-charts-oci
namespace: {{ $.Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
version: {{ .version | quote }}
sourceRef:
kind: HelmRepository
name: kubeops
name: appscode-charts-oci
namespace: {{ $.Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/ace-installer/templates/apps/stash/stash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
version: {{ .version | quote }}
sourceRef:
kind: HelmRepository
name: stashed
name: appscode-charts-oci
namespace: {{ $.Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/ace-installer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ helm:
repositories:
bootstrap:
interval: 1h0m0s
url: https://charts.appscode.com/stable
url: oci://r.appscode.com/charts
stakater:
interval: 1h0m0s
url: https://stakater.github.io/stakater-charts
Expand Down
Loading

0 comments on commit 3a70b78

Please sign in to comment.