mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-20 22:06:55 -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.
|
||||
|
||||
|
||||
## [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
|
||||
* 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
|
||||
appVersion: 7.17.5
|
||||
apiVersion: v2
|
||||
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
|
||||
home: https://www.jfrog.com/artifactory/
|
||||
icon: https://raw.githubusercontent.com/jfrog/charts/master/stable/artifactory-ha/logo/artifactory-logo.png
|
||||
@@ -16,4 +20,4 @@ name: openshift-artifactory-ha
|
||||
sources:
|
||||
- https://bintray.com/jfrog/product/JFrog-Artifactory-Pro/view
|
||||
- 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"
|
||||
user: "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
|
||||
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:
|
||||
@@ -19,7 +19,7 @@ artifactory-ha:
|
||||
image:
|
||||
registry: registry.connect.redhat.com
|
||||
repository: jfrog/artifactory-pro
|
||||
tag: 7.17.5-11
|
||||
tag: 7.18.6-1
|
||||
node:
|
||||
replicaCount: 2
|
||||
waitForPrimaryStartup:
|
||||
|
||||
Reference in New Issue
Block a user