Skip to content

Commit 93bf9f7

Browse files
Merge branch 'main' into fix/set-min-helm-version
2 parents 64231e0 + b8867b4 commit 93bf9f7

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies:
3939
condition: tunnel-client.enabled
4040
- name: codefresh-gitops-operator
4141
repository: oci://quay.io/codefresh/charts
42-
version: 0.7.24
42+
version: 0.8.0
4343
alias: gitops-operator
4444
condition: gitops-operator.enabled
4545
- name: cf-argocd-extras

charts/gitops-runtime/templates/app-proxy/_app-proxy-env.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ GIT_USERNAME: {{ .Values.global.runtime.gitCredentials.username }}
1212
GIT_PASSWORD:
1313
{{- include "codefresh-gitops-runtime.runtime-gitcreds.password.env-var-value" . | nindent 2 }}
1414
{{- end }}
15-
WORKFLOW_PIPELINES_WEBHOOKS_TLS_SECRET: codefresh-workflow-pipelines-tls
1615
{{- /* Target account id, used for hosted runtimes registration. Not used in hybrid */}}
1716
{{- if .Values.global.runtime.codefreshHosted }}
1817
INSTALLATION_TYPE: HELM_HOSTED

charts/gitops-runtime/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,15 +545,15 @@ app-proxy:
545545
tag: 1.1.14-main
546546
image:
547547
repository: quay.io/codefresh/cap-app-proxy
548-
tag: 1.3628.0
548+
tag: 1.3636.0
549549
pullPolicy: IfNotPresent
550550
# -- Extra volume mounts for main container
551551
extraVolumeMounts: []
552552

553553
initContainer:
554554
image:
555555
repository: quay.io/codefresh/cap-app-proxy-init
556-
tag: 1.3628.0
556+
tag: 1.3636.0
557557
pullPolicy: IfNotPresent
558558
command:
559559
- ./init.sh

0 commit comments

Comments
 (0)