Skip to content

chore: update app-proxy image tags to 1.3627.0 - send process env into simple-git calls #565

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ GIT_USERNAME: {{ .Values.global.runtime.gitCredentials.username }}
GIT_PASSWORD:
{{- include "codefresh-gitops-runtime.runtime-gitcreds.password.env-var-value" . | nindent 2 }}
{{- end }}
WORKFLOW_PIPELINES_WEBHOOKS_TLS_SECRET: codefresh-workflow-pipelines-tls
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was not used anywhere in the code

{{- /* Target account id, used for hosted runtimes registration. Not used in hybrid */}}
{{- if .Values.global.runtime.codefreshHosted }}
INSTALLATION_TYPE: HELM_HOSTED
Expand Down
4 changes: 2 additions & 2 deletions charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -545,15 +545,15 @@ app-proxy:
tag: 1.1.14-main
image:
repository: quay.io/codefresh/cap-app-proxy
tag: 1.3628.0
tag: 1.3630.0
pullPolicy: IfNotPresent
# -- Extra volume mounts for main container
extraVolumeMounts: []

initContainer:
image:
repository: quay.io/codefresh/cap-app-proxy-init
tag: 1.3628.0
tag: 1.3630.0
pullPolicy: IfNotPresent
command:
- ./init.sh
Expand Down