Skip to content

Commit 3ddc485

Browse files
github-actions[bot]davidmdm
authored andcommitted
yokecd-installer: use ArgoCD Helm Chart version 9.4.5
1 parent 9e0cb6d commit 3ddc485

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
-213 KB
Binary file not shown.
214 KB
Binary file not shown.

cmd/yokecd-installer/argocd/flight.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ import (
99
"github.com/yokecd/yoke/pkg/helm"
1010
)
1111

12-
//go:embed argo-cd-9.4.2.tgz
12+
//go:embed argo-cd-9.4.5.tgz
1313
var archive []byte
1414

1515
// RenderChart renders the chart downloaded from https://argoproj.github.io/argo-helm/argo-cd
16-
// Producing version: 9.4.2
16+
// Producing version: 9.4.5
1717
func RenderChart(release, namespace string, values map[string]any) ([]*unstructured.Unstructured, error) {
1818
chart, err := helm.LoadChartFromZippedArchive(archive)
1919
if err != nil {

0 commit comments

Comments
 (0)