Skip to content

Commit bde1998

Browse files
committed
bump 0.0.387
1 parent 9653b2c commit bde1998

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

csdp/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ configMapGenerator:
88
- name: codefresh-cm
99
behavior: create
1010
literals:
11-
- version=0.0.386
11+
- version=0.0.387

csdp/hybrid/appset.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
generators:
3636
- git:
3737
repoURL: https://github.com/codefresh-io/csdp-official-poc.git
38-
revision: vRUNTIME_VERSION
38+
revision: RUNTIME_VERSION
3939
directories:
4040
- path: csdp/hybrid/*
4141
requeueAfterSeconds: 15
@@ -50,7 +50,7 @@ spec:
5050
repoURL: ""
5151
- git:
5252
repoURL: https://github.com/codefresh-io/csdp-official-poc.git
53-
revision: vRUNTIME_VERSION
53+
revision: RUNTIME_VERSION
5454
directories:
5555
- path: csdp/hybrid/argo-cd
5656
requeueAfterSeconds: 15
@@ -66,7 +66,7 @@ spec:
6666
- path: csdp/hybrid/**/config_dir.json
6767
repoURL: https://github.com/codefresh-io/csdp-official-poc.git
6868
requeueAfterSeconds: 15
69-
revision: vRUNTIME_VERSION
69+
revision: RUNTIME_VERSION
7070
template:
7171
metadata:
7272
labels:
@@ -106,7 +106,7 @@ spec:
106106
source:
107107
path: csdp/hybrid/{{path.basenameNormalized}}
108108
repoURL: https://github.com/codefresh-io/csdp-official-poc.git
109-
targetRevision: vRUNTIME_VERSION # replace with runtime version
109+
targetRevision: RUNTIME_VERSION # replace with runtime version
110110
kustomize:
111111
forceNamespace: true
112112
syncPolicy:

csdp/managed/appset.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
generators:
3636
- git:
3737
repoURL: https://github.com/codefresh-io/csdp-official-poc.git
38-
revision: vRUNTIME_VERSION
38+
revision: RUNTIME_VERSION
3939
directories:
4040
- path: csdp/managed/*
4141
requeueAfterSeconds: 15
@@ -50,7 +50,7 @@ spec:
5050
repoURL: ""
5151
- git:
5252
repoURL: https://github.com/codefresh-io/csdp-official-poc.git
53-
revision: vRUNTIME_VERSION
53+
revision: RUNTIME_VERSION
5454
directories:
5555
- path: csdp/managed/argo-cd
5656
requeueAfterSeconds: 15
@@ -66,7 +66,7 @@ spec:
6666
- path: csdp/managed/**/config_dir.json
6767
repoURL: https://github.com/codefresh-io/csdp-official-poc.git
6868
requeueAfterSeconds: 15
69-
revision: vRUNTIME_VERSION
69+
revision: RUNTIME_VERSION
7070
template:
7171
metadata:
7272
labels:
@@ -106,7 +106,7 @@ spec:
106106
source:
107107
path: csdp/managed/{{path.basenameNormalized}}
108108
repoURL: https://github.com/codefresh-io/csdp-official-poc.git
109-
targetRevision: vRUNTIME_VERSION # replace with runtime version
109+
targetRevision: RUNTIME_VERSION # replace with runtime version
110110
kustomize:
111111
forceNamespace: true
112112
syncPolicy:

0 commit comments

Comments
 (0)