Updated changes for RT 7.19.4 & x-ray 3.25.1, also added bundle folder and updated require file for it

This commit is contained in:
anupteal
2021-07-01 21:14:37 +05:30
parent 345d3f3b0f
commit a884d38137
23 changed files with 641 additions and 36 deletions

View File

@@ -1,6 +1,9 @@
# JFrog Openshift Artifactory-ha Chart Changelog
All changes to this chart will be documented in this file.
## [1.1.13] - Jul 01, 2021
* Updating Operator to latest jfrog/artifactory-ha helm chart version 107.19.4 artifactory version 7.19.4
## [1.1.12] - May 21, 2021
* Updating Operator to latest jfrog/artifactory-ha helm chart version 107.18.6 artifactory version 7.18.6

View File

@@ -1,6 +1,8 @@
# JFrog Openshift Artifactory-ha Chart Changelog
All changes to this chart will be documented in this file.
## [107.19.4] - Jul01, 2021
* Updating to latest jfrog/artifactory-ha helm chart version 107.19.4 artifactory version 7.19.4
## [107.18.6] - May21, 2021
* Updating to latest jfrog/artifactory-ha helm chart version 107.18.6 artifactory version 7.18.6

View File

@@ -1,6 +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"
version: 107.19.4
digest: sha256:6598dd095f931651d4021c54f47b09c63ae378ae53af169f2f3fb89d622b3b2b
generated: "2021-07-01T20:49:38.4818846+05:30"

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 7.18.6
appVersion: 7.19.4
dependencies:
- name: artifactory-ha
version: 107.18.6
version: 107.19.4
repository: https://charts.jfrog.io/
description: Openshift JFrog Artifactory HA subcharting Artifactory HA to work in Openshift environment
home: https://www.jfrog.com/artifactory/
@@ -20,4 +20,4 @@ name: openshift-artifactory-ha
sources:
- https://bintray.com/jfrog/product/JFrog-Artifactory-Pro/view
- https://github.com/jfrog/charts
version: 107.18.6
version: 107.19.4

View File

@@ -10,7 +10,7 @@ artifactory-ha:
url: "OVERRIDE"
user: "OVERRIDE"
password: "OVERRIDE"
initContainerImage: registry.connect.redhat.com/jfrog/init:7.18.6-1
initContainerImage: registry.connect.redhat.com/jfrog/init:7.19.4-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.18.6-1
tag: 7.19.4-1
node:
replicaCount: 2
waitForPrimaryStartup: