mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 03:06:57 -06:00
Updated RT w/ 7.18.6
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
All changes to this chart will be documented in this file.
|
All changes to this chart will be documented in this file.
|
||||||
|
|
||||||
|
|
||||||
|
## [107.18.6] - May21, 2021
|
||||||
|
* Updating to latest jfrog/artifactory-ha helm chart version 107.18.6 artifactory version 7.18.6
|
||||||
|
|
||||||
## [4.13.0] - Apr 8, 2021
|
## [4.13.0] - Apr 8, 2021
|
||||||
* Updating to latest jfrog/artifactory-ha helm chart version 4.13.0 artifactory version 7.17.5
|
* Updating to latest jfrog/artifactory-ha helm chart version 4.13.0 artifactory version 7.17.5
|
||||||
|
|
||||||
|
|||||||
6
Openshift4/helm/openshift-artifactory-ha/Chart.lock
Normal file
6
Openshift4/helm/openshift-artifactory-ha/Chart.lock
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
dependencies:
|
||||||
|
- name: artifactory-ha
|
||||||
|
repository: https://charts.jfrog.io/
|
||||||
|
version: 107.18.6
|
||||||
|
digest: sha256:d33ccd61f9bde7075db6e23be19114990fc84fcb756daf68a50d796b27165792
|
||||||
|
generated: "2021-05-18T18:59:30.9542194+05:30"
|
||||||
@@ -1,5 +1,9 @@
|
|||||||
apiVersion: v1
|
apiVersion: v2
|
||||||
appVersion: 7.17.5
|
appVersion: 7.18.6
|
||||||
|
dependencies:
|
||||||
|
- name: artifactory-ha
|
||||||
|
version: 107.18.6
|
||||||
|
repository: https://charts.jfrog.io/
|
||||||
description: Openshift JFrog Artifactory HA subcharting Artifactory HA to work in Openshift environment
|
description: Openshift JFrog Artifactory HA subcharting Artifactory HA to work in Openshift environment
|
||||||
home: https://www.jfrog.com/artifactory/
|
home: https://www.jfrog.com/artifactory/
|
||||||
icon: https://raw.githubusercontent.com/jfrog/charts/master/stable/artifactory-ha/logo/artifactory-logo.png
|
icon: https://raw.githubusercontent.com/jfrog/charts/master/stable/artifactory-ha/logo/artifactory-logo.png
|
||||||
@@ -16,4 +20,4 @@ name: openshift-artifactory-ha
|
|||||||
sources:
|
sources:
|
||||||
- https://bintray.com/jfrog/product/JFrog-Artifactory-Pro/view
|
- https://bintray.com/jfrog/product/JFrog-Artifactory-Pro/view
|
||||||
- https://github.com/jfrog/charts
|
- https://github.com/jfrog/charts
|
||||||
version: 4.13.0
|
version: 107.18.6
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
dependencies:
|
|
||||||
- name: artifactory-ha
|
|
||||||
repository: https://charts.jfrog.io/
|
|
||||||
version: 4.13.0
|
|
||||||
digest: sha256:38f7fbe754e5f9a71b1e4ac49607063f83f5e7c7e964f19a1d8a8ffffd895597
|
|
||||||
generated: "2021-04-15T01:24:29.2028211+05:30"
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
dependencies:
|
|
||||||
- name: artifactory-ha
|
|
||||||
version: 4.13.0
|
|
||||||
repository: https://charts.jfrog.io/
|
|
||||||
@@ -10,7 +10,7 @@ artifactory-ha:
|
|||||||
url: "OVERRIDE"
|
url: "OVERRIDE"
|
||||||
user: "OVERRIDE"
|
user: "OVERRIDE"
|
||||||
password: "OVERRIDE"
|
password: "OVERRIDE"
|
||||||
initContainerImage: registry.connect.redhat.com/jfrog/init:7.17.5-11
|
initContainerImage: registry.connect.redhat.com/jfrog/init:7.18.6-1
|
||||||
waitForDatabase: true
|
waitForDatabase: true
|
||||||
installerInfo: '{ "productId": "Openshift_artifactory-ha/{{ .Chart.Version }}", "features": [ { "featureId": "ArtifactoryVersion/{{ default .Chart.AppVersion .Values.artifactory.image.version }}" }, { "featureId": "{{ if .Values.postgresql.enabled }}postgresql{{ else }}{{ .Values.database.type }}{{ end }}/0.0.0" }, { "featureId": "Platform/Openshift" }, { "featureId": "Partner/ACC-006983" }, { "featureId": "Channel/Openshift" } ] }'
|
installerInfo: '{ "productId": "Openshift_artifactory-ha/{{ .Chart.Version }}", "features": [ { "featureId": "ArtifactoryVersion/{{ default .Chart.AppVersion .Values.artifactory.image.version }}" }, { "featureId": "{{ if .Values.postgresql.enabled }}postgresql{{ else }}{{ .Values.database.type }}{{ end }}/0.0.0" }, { "featureId": "Platform/Openshift" }, { "featureId": "Partner/ACC-006983" }, { "featureId": "Channel/Openshift" } ] }'
|
||||||
artifactory:
|
artifactory:
|
||||||
@@ -19,7 +19,7 @@ artifactory-ha:
|
|||||||
image:
|
image:
|
||||||
registry: registry.connect.redhat.com
|
registry: registry.connect.redhat.com
|
||||||
repository: jfrog/artifactory-pro
|
repository: jfrog/artifactory-pro
|
||||||
tag: 7.17.5-11
|
tag: 7.18.6-1
|
||||||
node:
|
node:
|
||||||
replicaCount: 2
|
replicaCount: 2
|
||||||
waitForPrimaryStartup:
|
waitForPrimaryStartup:
|
||||||
|
|||||||
Reference in New Issue
Block a user