diff --git a/VERSION b/VERSION index 5a48b6be..0e7400f1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.24 +0.1.25 diff --git a/csdp/base_components/apps/argo-workflows/_components/codefresh-base/kustomization.yaml b/csdp/base_components/apps/argo-workflows/_components/codefresh-base/kustomization.yaml index ac15e3c1..b12a202d 100644 --- a/csdp/base_components/apps/argo-workflows/_components/codefresh-base/kustomization.yaml +++ b/csdp/base_components/apps/argo-workflows/_components/codefresh-base/kustomization.yaml @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1alpha1 kind: Component namespace: default resources: - - https://github.com/codefresh-io/argo-workflows/releases/download/v3.4-cap-CR-15902/install.yaml + - https://github.com/codefresh-io/argo-workflows/releases/download/v3.4.4-cap-CR-17426/install.yaml patches: - target: diff --git a/csdp/base_components/bootstrap/kustomization.yaml b/csdp/base_components/bootstrap/kustomization.yaml index c297b466..3e0ceecc 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.24 # Runtime version - - bootstrapRevision=0.1.24 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes) + - version=0.1.25 # Runtime version + - bootstrapRevision=0.1.25 # 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/basic/runtime.yaml b/csdp/hybrid/basic/runtime.yaml index f87d6a2a..a1ef607a 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.24 + version: 0.1.25 bootstrapSpecifier: github.com/codefresh-io/csdp-official/csdp/hybrid/basic/apps/argo-cd components: - name: events