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 }}
|
{{- toYaml . | nindent 10 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
- name: CODEFRESH_IGNORE_VERSION_CONFIG
|
- name: CODEFRESH_IGNORE_VERSION_CONFIG
|
||||||
value: {{ .Values.repoServer.versionConfiguration.disabled | quote }}
|
value: {{ not .Values.applicationVersioning.enabled | quote }}
|
||||||
{{- if .Values.openshift.enabled }}
|
{{- if .Values.openshift.enabled }}
|
||||||
- name: USER_NAME
|
- name: USER_NAME
|
||||||
value: argocd
|
value: argocd
|
||||||
|
|
|
@ -26,6 +26,10 @@ openshift:
|
||||||
# -- enables using arbitrary uid for argo repo server
|
# -- enables using arbitrary uid for argo repo server
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
|
applicationVersioning:
|
||||||
|
# -- enables the Codefresh application versioning feature
|
||||||
|
enabled: true
|
||||||
|
|
||||||
## Custom resource configuration
|
## Custom resource configuration
|
||||||
crds:
|
crds:
|
||||||
# -- Install and upgrade CRDs
|
# -- Install and upgrade CRDs
|
||||||
|
@ -2161,11 +2165,6 @@ repoServer:
|
||||||
# -- Environment variables to pass to repo server
|
# -- Environment variables to pass to repo server
|
||||||
env: []
|
env: []
|
||||||
|
|
||||||
# Applications versions configuration settings
|
|
||||||
versionConfiguration:
|
|
||||||
# Disable getting version configuration from the Codefresh API
|
|
||||||
disabled: false
|
|
||||||
|
|
||||||
# -- envFrom to pass to repo server
|
# -- envFrom to pass to repo server
|
||||||
# @default -- `[]` (See [values.yaml])
|
# @default -- `[]` (See [values.yaml])
|
||||||
envFrom: []
|
envFrom: []
|
||||||
|
|
Loading…
Reference in a new issue