Updated all changes for Artifactory 7.25.7 & xray 3.32.2

This commit is contained in:
anupteal
2021-09-20 21:18:03 +05:30
parent 6997cd9efb
commit 178a9a596b
31 changed files with 1181 additions and 38 deletions

View File

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

View File

@@ -1,6 +1,6 @@
dependencies:
- name: artifactory-ha
repository: https://charts.jfrog.io/
version: 107.19.4
digest: sha256:6598dd095f931651d4021c54f47b09c63ae378ae53af169f2f3fb89d622b3b2b
generated: "2021-07-01T20:49:38.4818846+05:30"
version: 107.25.7
digest: sha256:c607758dd06d19716f037d292e07e0c7ae05e3a8b139929bbce37cb4ba5200df
generated: "2021-09-16T20:22:38.7320828+05:30"

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 7.19.4
appVersion: 7.25.7
dependencies:
- name: artifactory-ha
version: 107.19.4
version: 107.25.7
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.19.4
version: 107.25.7

View File

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