update enable versioning values

This commit is contained in:
Denys Melnyk 2024-02-15 15:49:40 +02:00
parent 26483c27b8
commit 73a5e68781
2 changed files with 5 additions and 6 deletions

View file

@ -90,7 +90,7 @@ spec:
{{- toYaml . | nindent 10 }}
{{- end }}
- name: CODEFRESH_IGNORE_VERSION_CONFIG
value: {{ .Values.repoServer.versionConfiguration.disabled | quote }}
value: {{ not .Values.applicationVersioning.enabled | quote }}
{{- if .Values.openshift.enabled }}
- name: USER_NAME
value: argocd

View file

@ -26,6 +26,10 @@ openshift:
# -- enables using arbitrary uid for argo repo server
enabled: false
applicationVersioning:
# -- enables the Codefresh application versioning feature
enabled: true
## Custom resource configuration
crds:
# -- Install and upgrade CRDs
@ -2161,11 +2165,6 @@ repoServer:
# -- Environment variables to pass to repo server
env: []
# Applications versions configuration settings
versionConfiguration:
# Disable getting version configuration from the Codefresh API
disabled: false
# -- envFrom to pass to repo server
# @default -- `[]` (See [values.yaml])
envFrom: []