From d0a9739c1e7f1c11aa883f7f36993d5900b52748 Mon Sep 17 00:00:00 2001 From: Ben Konicek Date: Wed, 27 Aug 2025 12:04:26 -0400 Subject: [PATCH 1/4] Create config.yaml --- environments/sandbox-oci/hello-world/config.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 environments/sandbox-oci/hello-world/config.yaml diff --git a/environments/sandbox-oci/hello-world/config.yaml b/environments/sandbox-oci/hello-world/config.yaml new file mode 100644 index 0000000..863c986 --- /dev/null +++ b/environments/sandbox-oci/hello-world/config.yaml @@ -0,0 +1,4 @@ +namespace: default +targetRevision: 1.2.2 +repoUrl: charts.softonic.io +chartName: hello-world-app From 9d97919f5deb5400d2d71b5da4448cc68917b21a Mon Sep 17 00:00:00 2001 From: Ben Konicek Date: Wed, 27 Aug 2025 12:06:47 -0400 Subject: [PATCH 2/4] Update config.yaml --- environments/sandbox-oci/hello-world/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environments/sandbox-oci/hello-world/config.yaml b/environments/sandbox-oci/hello-world/config.yaml index 863c986..ce1cd16 100644 --- a/environments/sandbox-oci/hello-world/config.yaml +++ b/environments/sandbox-oci/hello-world/config.yaml @@ -1,4 +1,4 @@ namespace: default targetRevision: 1.2.2 -repoUrl: charts.softonic.io +repoURL: charts.softonic.io chartName: hello-world-app From 3afff554ee44357640a9ee05d33a031d371269bf Mon Sep 17 00:00:00 2001 From: Ben Konicek Date: Wed, 27 Aug 2025 12:09:04 -0400 Subject: [PATCH 3/4] Update config.yaml --- environments/sandbox-oci/hello-world/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environments/sandbox-oci/hello-world/config.yaml b/environments/sandbox-oci/hello-world/config.yaml index ce1cd16..a1f0e6a 100644 --- a/environments/sandbox-oci/hello-world/config.yaml +++ b/environments/sandbox-oci/hello-world/config.yaml @@ -1,4 +1,4 @@ namespace: default targetRevision: 1.2.2 -repoURL: charts.softonic.io +repoURL: https://charts.softonic.io chartName: hello-world-app From f0db3e7382670276d3c16997170b6347fb45a4f7 Mon Sep 17 00:00:00 2001 From: Ben Konicek Date: Wed, 27 Aug 2025 12:13:37 -0400 Subject: [PATCH 4/4] Update config.yaml --- environments/sandbox-oci/hello-world/config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/environments/sandbox-oci/hello-world/config.yaml b/environments/sandbox-oci/hello-world/config.yaml index a1f0e6a..a43efee 100644 --- a/environments/sandbox-oci/hello-world/config.yaml +++ b/environments/sandbox-oci/hello-world/config.yaml @@ -2,3 +2,4 @@ namespace: default targetRevision: 1.2.2 repoURL: https://charts.softonic.io chartName: hello-world-app +valuesRevision: test-template-patch