Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
roi-codefresh committed Nov 7, 2022
1 parent 0801274 commit 2c0a615
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions csdp/base_components/bootstrap/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ configMapGenerator:
- name: codefresh-cm
behavior: create
literals: # order matters - DO NOT change
- version=0.1.4 # Runtime version
- bootstrapRevision=0.1.4 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes)
- version=0.1.5 # Runtime version
- bootstrapRevision=0.1.5 # 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
Expand Down
2 changes: 1 addition & 1 deletion csdp/hybrid/basic/runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: "{{ namespace }}"
spec:
requiredCLIVersion: ^0.1.0
version: 0.1.4
version: 0.1.5
bootstrapSpecifier: github.com/codefresh-io/csdp-official/csdp/hybrid/basic/apps/argo-cd
components:
- name: events
Expand Down

0 comments on commit 2c0a615

Please sign in to comment.