Skip to content

Commit 016a2c6

Browse files
chore: update cap-app-proxy image tags to 1.3680.0 - fix: return the pushed commit sha (#6560) (#628)
1 parent 2c2134e commit 016a2c6

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

charts/gitops-runtime/templates/_components/gitops-operator/_env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ to keep the separation of components as pseudo library charts, they are defined
88
CF_CA_CERT: {{ printf "/app/config/codefresh-tls/%s" .Values.global.codefresh.tls.caCerts.secretKeyRef.key }}
99
{{- end }}
1010
CF_URL: {{ .Values.global.codefresh.url }}
11-
GITOPS_OPERATOR_VERSION: {{ .Chart.AppVersion }}
11+
GITOPS_OPERATOR_VERSION: {{ .Values.image.tag }}
1212
RUNTIME: {{ .Values.global.runtime.name }}
1313
TASK_POLLING_INTERVAL: {{ .Values.config.taskPollingInterval }}
1414
COMMIT_STATUS_POLLING_INTERVAL: {{ .Values.config.commitStatusPollingInterval }}

charts/gitops-runtime/values.yaml

Lines changed: 8 additions & 8 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.3651.0
567+
tag: 1.3680.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.3651.0
574+
tag: 1.3680.0
575575
pullPolicy: IfNotPresent
576576
command:
577577
- ./init.sh
@@ -699,8 +699,8 @@ gitops-operator:
699699
image:
700700
# -- defaults
701701
registry: quay.io
702-
repository: codefresh/dev/codefresh-gitops-operator
703-
tag: feat-remove-helm-chart-0558aae
702+
repository: codefresh/codefresh-gitops-operator
703+
tag: v0.8.11
704704
serviceAccount:
705705
create: true
706706
annotations: {}
@@ -728,8 +728,8 @@ cf-argocd-extras:
728728
container:
729729
image:
730730
registry: quay.io
731-
repository: codefresh/dev/cf-argocd-extras
732-
tag: feat-remove-helm-chart-1a506bc
731+
repository: codefresh/cf-argocd-extras
732+
tag: v0.5.12
733733
nodeSelector: {}
734734
tolerations: []
735735
affinity: {}
@@ -752,8 +752,8 @@ cf-argocd-extras:
752752
container:
753753
image:
754754
registry: quay.io
755-
repository: codefresh/dev/cf-argocd-extras
756-
tag: feat-remove-helm-chart-1a506bc
755+
repository: codefresh/cf-argocd-extras
756+
tag: v0.5.12
757757
nodeSelector: {}
758758
tolerations: []
759759
affinity: {}

0 commit comments

Comments
 (0)