diff --git a/VERSION b/VERSION index 9dd17933..a52e0416 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.34 +0.1.35 diff --git a/csdp/base_components/apps/argo-cd/_components/codefresh-base/kustomization.yaml b/csdp/base_components/apps/argo-cd/_components/codefresh-base/kustomization.yaml index d8302220..44b6d098 100644 --- a/csdp/base_components/apps/argo-cd/_components/codefresh-base/kustomization.yaml +++ b/csdp/base_components/apps/argo-cd/_components/codefresh-base/kustomization.yaml @@ -5,7 +5,7 @@ resources: images: - name: quay.io/codefresh/argocd - newTag: v2.8.1-cap-CR-20116-rollout-sync-sha + newTag: v2.8.1-cap-CR-player-and-vuln-fix - name: quay.io/codefresh/applicationset newTag: v0.4.2-CR-13254-remove-private-logs diff --git a/csdp/base_components/bootstrap/kustomization.yaml b/csdp/base_components/bootstrap/kustomization.yaml index 80f94357..39a33352 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.34 # Runtime version - - bootstrapRevision=0.1.34 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes) + - version=0.1.35 # Runtime version + - bootstrapRevision=0.1.35 # 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 61067a5c..fdfe86c5 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.8.1-cap-CR-20116-rollout-sync-sha + newTag: v2.8.1-cap-CR-player-and-vuln-fix diff --git a/csdp/hybrid/basic/runtime.yaml b/csdp/hybrid/basic/runtime.yaml index e611ed60..cb661ebe 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.34 + version: 0.1.35 bootstrapSpecifier: github.com/codefresh-io/csdp-official/csdp/hybrid/basic/apps/argo-cd components: - name: events