Skip to content

Commit

Permalink
Cr 14518 (#589)
Browse files Browse the repository at this point in the history
* add role for applications

* bump

* jiraWriteBackEnable

* bump app proxy 1.1862.0 support jira write back

* bump

Co-authored-by: Victor Khazanov <[email protected]>
  • Loading branch information
eti-codefresh and victor-khazanov authored Oct 6, 2022
1 parent 2aed83b commit ba8c8ea
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=v0.0.533
VERSION=v0.0.534

OUT_DIR=dist
YEAR?=$(shell date +"%Y")
Expand Down
4 changes: 2 additions & 2 deletions docs/releases/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cf version

```bash
# download and extract the binary
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.533/cf-linux-amd64.tar.gz | tar zx
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.534/cf-linux-amd64.tar.gz | tar zx

# move the binary to your $PATH
mv ./cf-linux-amd64 /usr/local/bin/cf
Expand All @@ -36,7 +36,7 @@ cf version

```bash
# download and extract the binary
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.533/cf-darwin-amd64.tar.gz | tar zx
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.534/cf-darwin-amd64.tar.gz | tar zx

# move the binary to your $PATH
mv ./cf-darwin-amd64 /usr/local/bin/cf
Expand Down
6 changes: 6 additions & 0 deletions manifests/app-proxy/app-proxy.deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,12 @@ spec:
name: cap-app-proxy-cm
key: stripPrefix
optional: true
- name: JIRA_WRITE_BACK
valueFrom:
configMapKeyRef:
name: cap-app-proxy-cm
key: jiraWriteBackEnable
optional: true
image: quay.io/codefresh/cap-app-proxy
imagePullPolicy: Always
name: cap-app-proxy
Expand Down
9 changes: 8 additions & 1 deletion manifests/app-proxy/app-proxy.role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,11 @@ rules:
verbs:
- get
- list

- apiGroups:
- argoproj.io
resources:
- applications
verbs:
- get
- list
- watch
2 changes: 1 addition & 1 deletion manifests/app-proxy/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Kustomization
images:
- name: quay.io/codefresh/cap-app-proxy
newName: quay.io/codefresh/cap-app-proxy
newTag: 1.1859.0
newTag: 1.1871.0
resources:
- app-proxy.deploy.yaml
- app-proxy.svc.yaml
Expand Down
2 changes: 1 addition & 1 deletion manifests/runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: "{{ namespace }}"
spec:
defVersion: 2.0.0
version: 0.0.533
version: 0.0.534
bootstrapSpecifier: github.com/codefresh-io/cli-v2/manifests/argo-cd
components:
- name: events
Expand Down

0 comments on commit ba8c8ea

Please sign in to comment.