mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-22 08:07:00 -06:00
Openshift4 operator for Artifactory HA v7.0.2
This commit is contained in:
25
Openshift4/artifactoryha-helm/templates/artifactory-installer-info.yaml
Executable file
25
Openshift4/artifactoryha-helm/templates/artifactory-installer-info.yaml
Executable file
@@ -0,0 +1,25 @@
|
||||
kind: ConfigMap
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: {{ template "artifactory-ha.fullname" . }}-installer-info
|
||||
labels:
|
||||
app: {{ template "artifactory-ha.name" . }}
|
||||
chart: {{ template "artifactory-ha.chart" . }}
|
||||
heritage: {{ .Release.Service }}
|
||||
release: {{ .Release.Name }}
|
||||
data:
|
||||
installer-info.json: |
|
||||
{
|
||||
"productId": "Helm_artifactory-ha/{{ .Chart.Version }}",
|
||||
"features": [
|
||||
{
|
||||
"featureId": "ArtifactoryVersion/{{ default .Chart.AppVersion .Values.artifactory.image.version }}"
|
||||
},
|
||||
{
|
||||
"featureId": "{{ if .Values.postgresql.enabled }}postgresql{{ else }}{{ default "derby" .Values.database.type }}{{ end }}/0.0.0"
|
||||
},
|
||||
{
|
||||
"featureId": "Platform/{{ default "kubernetes" .Values.installer.platform }}"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user