Skip to content

Commit 1e7b702

Browse files
authored
chore: update cap-app-proxy image tags to 1.3688.0 - fix eventBusName when using jetstream (#636)
1 parent 50c319e commit 1e7b702

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

charts/gitops-runtime/templates/_components/event-reporters/rollout-reporter/_rbac.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ kind: Role
44
metadata:
55
name: rollout-reporter-sa
66
labels:
7-
app.kubernetes.io/part-of: rollout-reporter
8-
codefresh.io/internal: "true"
7+
{{- include "event-reporters.rollout-reporter.labels" . | nindent 4}}
98
rules:
109
- apiGroups:
1110
- "*"
@@ -19,8 +18,7 @@ kind: RoleBinding
1918
metadata:
2019
name: rollout-reporter-sa
2120
labels:
22-
app.kubernetes.io/part-of: workflow-reporter
23-
codefresh.io/internal: "true"
21+
{{- include "event-reporters.rollout-reporter.labels" . | nindent 4}}
2422
roleRef:
2523
apiGroup: ""
2624
kind: Role

charts/gitops-runtime/templates/_components/event-reporters/workflow-reporter/_rbac.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ kind: RoleBinding
1818
metadata:
1919
name: workflow-reporter
2020
labels:
21-
app.kubernetes.io/part-of: workflow-reporter
22-
codefresh.io/internal: "true"
21+
{{- include "event-reporters.workflow-reporter.labels" . | nindent 4 }}
2322
roleRef:
2423
apiGroup: ""
2524
kind: Role

charts/gitops-runtime/templates/event-reporters/rollout-reporter/clusterrolebinding.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ apiVersion: rbac.authorization.k8s.io/v1
1010
kind: ClusterRoleBinding
1111
metadata:
1212
name: codefresh-rollouts-reporter
13+
labels:
14+
{{- include "event-reporters.rollout-reporter.labels" . | nindent 4}}
1315
roleRef:
1416
apiGroup: rbac.authorization.k8s.io
1517
kind: ClusterRole

charts/gitops-runtime/templates/eventbus/codefresh-eventbus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ metadata:
3333
annotations:
3434
{{- .Values.global.runtime.eventBus.annotations | toYaml | nindent 4}}
3535
labels:
36-
app.kubernetes.io/part-of: argo-events
36+
app.kubernetes.io/part-of: codefresh-eventbus
3737
codefresh.io/internal: "true"
3838
spec:
3939
{{- $eventBusSpec | toYaml | nindent 2}}

charts/gitops-runtime/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,14 +564,14 @@ app-proxy:
564564
tag: 1.1.14-main
565565
image:
566566
repository: quay.io/codefresh/cap-app-proxy
567-
tag: 1.3680.0
567+
tag: 1.3688.0
568568
pullPolicy: IfNotPresent
569569
# -- Extra volume mounts for main container
570570
extraVolumeMounts: []
571571
initContainer:
572572
image:
573573
repository: quay.io/codefresh/cap-app-proxy-init
574-
tag: 1.3680.0
574+
tag: 1.3688.0
575575
pullPolicy: IfNotPresent
576576
command:
577577
- ./init.sh

0 commit comments

Comments
 (0)