From 503dbc0473bde8037e32e063e0d189664fd38220 Mon Sep 17 00:00:00 2001 From: pasha-codefresh Date: Tue, 8 Nov 2022 00:22:17 +0200 Subject: [PATCH] fix issue with path (#118) --- VERSION | 2 +- csdp/base_components/bootstrap/kustomization.yaml | 4 ++-- .../apps/argo-cd/codefresh-hybrid/kustomization.yaml | 2 +- csdp/hybrid/basic/runtime.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index a1922332..11808190 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.6 \ No newline at end of file +0.1.7 diff --git a/csdp/base_components/bootstrap/kustomization.yaml b/csdp/base_components/bootstrap/kustomization.yaml index c150bb0e..2eaf5c9e 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.6 # Runtime version - - bootstrapRevision=0.1.6 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes) + - version=0.1.7 # Runtime version + - bootstrapRevision=0.1.7 # 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/hybrid/_components/apps/argo-cd/codefresh-hybrid/kustomization.yaml b/csdp/hybrid/_components/apps/argo-cd/codefresh-hybrid/kustomization.yaml index ecc1f8f1..ace80b7f 100644 --- a/csdp/hybrid/_components/apps/argo-cd/codefresh-hybrid/kustomization.yaml +++ b/csdp/hybrid/_components/apps/argo-cd/codefresh-hybrid/kustomization.yaml @@ -2,4 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1alpha1 kind: Component images: - name: quay.io/codefresh/argocd - newTag: v2.4.15-cap-CR-14605-fix-dex + newTag: v2.4.15-cap-CR-14605-fix-path diff --git a/csdp/hybrid/basic/runtime.yaml b/csdp/hybrid/basic/runtime.yaml index b96a76e5..9974932a 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.6 + version: 0.1.7 bootstrapSpecifier: github.com/codefresh-io/csdp-official/csdp/hybrid/basic/apps/argo-cd components: - name: events