Skip to content

Commit

Permalink
fix issue with path (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
pasha-codefresh authored Nov 7, 2022
1 parent 2ad679b commit 503dbc0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.6
0.1.7
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.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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.6
version: 0.1.7
bootstrapSpecifier: github.com/codefresh-io/csdp-official/csdp/hybrid/basic/apps/argo-cd
components:
- name: events
Expand Down

0 comments on commit 503dbc0

Please sign in to comment.