From 9a819ae9ba1c95809f86a666d1a1e96ea15b5d77 Mon Sep 17 00:00:00 2001 From: danielm-codefresh Date: Sun, 6 Nov 2022 19:25:30 +0200 Subject: [PATCH] fix app-proxy for hosted --- VERSION | 2 +- csdp/base_components/bootstrap/kustomization.yaml | 4 ++-- csdp/hosted/basic/apps/app-proxy/kustomization.yaml | 1 + csdp/hybrid/basic/runtime.yaml | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 6da28dde..8294c184 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.1 \ No newline at end of file +0.1.2 \ No newline at end of file diff --git a/csdp/base_components/bootstrap/kustomization.yaml b/csdp/base_components/bootstrap/kustomization.yaml index ad348110..b8b79106 100644 --- a/csdp/base_components/bootstrap/kustomization.yaml +++ b/csdp/base_components/bootstrap/kustomization.yaml @@ -9,8 +9,8 @@ configMapGenerator: - name: codefresh-cm behavior: create literals: # order matters - DO NOT change - - version=0.1.1 # Runtime version - - bootstrapRevision=0.1.1 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes) + - version=0.1.2 # Runtime version + - bootstrapRevision=0.1.2 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes) - appsetRequeueTime=15 replacements: # template the version from the configmap into the applicationset generators diff --git a/csdp/hosted/basic/apps/app-proxy/kustomization.yaml b/csdp/hosted/basic/apps/app-proxy/kustomization.yaml index 0fecee4b..5a4a88a7 100644 --- a/csdp/hosted/basic/apps/app-proxy/kustomization.yaml +++ b/csdp/hosted/basic/apps/app-proxy/kustomization.yaml @@ -3,3 +3,4 @@ kind: Kustomization components: - ../../../../base_components/apps/app-proxy/_bundles/basic + - ../../../_components/apps/app-proxy/codefresh-managed \ No newline at end of file diff --git a/csdp/hybrid/basic/runtime.yaml b/csdp/hybrid/basic/runtime.yaml index d9336de2..471b16d6 100644 --- a/csdp/hybrid/basic/runtime.yaml +++ b/csdp/hybrid/basic/runtime.yaml @@ -5,7 +5,7 @@ metadata: namespace: "{{ namespace }}" spec: requiredCLIVersion: ^0.1.0 - version: 0.1.1 + version: 0.1.2 bootstrapSpecifier: github.com/codefresh-io/csdp-official/csdp/hybrid/basic/apps/argo-cd components: - name: events