update enable versioning values
This commit is contained in:
parent
26483c27b8
commit
73a5e68781
2 changed files with 5 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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: []
|
||||
|
|
Loading…
Reference in a new issue