We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3a4f4 commit 2b0b621Copy full SHA for 2b0b621
Makefile
@@ -1,4 +1,4 @@
1
-VERSION=v0.0.278
+VERSION=v0.0.279
2
3
OUT_DIR=dist
4
YEAR?=$(shell date +"%Y")
manifests/app-proxy/app-proxy.deploy.yaml
@@ -91,6 +91,12 @@ spec:
91
name: codefresh-token
92
key: encryptionIV
93
optional: true
94
+ - name: ARGO_CD_TOKEN
95
+ valueFrom:
96
+ secretKeyRef:
97
+ name: argocd-token
98
+ key: token
99
+ optional: true
100
- name: STORE_BACKEND
101
valueFrom:
102
configMapKeyRef:
manifests/runtime.yaml
@@ -5,7 +5,7 @@ metadata:
5
namespace: "{{ namespace }}"
6
spec:
7
defVersion: 1.0.1
8
- version: 0.0.277
+ version: 0.0.279
9
bootstrapSpecifier: github.com/codefresh-io/cli-v2/manifests/argo-cd
10
components:
11
- name: events
0 commit comments