Updated all changes for artifactory 7.27.3 & xray 3.33.3

This commit is contained in:
anupteal
2021-10-12 20:33:05 +05:30
parent 14cd0d67bd
commit f9ddbf20e5
29 changed files with 1202 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.
## [107.27.3] - Oct01, 2021
* Updating to latest jfrog/artifactory-ha helm chart version 107.27.3 artifactory version 7.27.3
## [107.25.7] - Sep15, 2021
* Updating to latest jfrog/artifactory-ha helm chart version 107.25.7 artifactory version 7.25.7

View File

@@ -1,6 +1,6 @@
dependencies:
- name: artifactory-ha
repository: https://charts.jfrog.io/
version: 107.25.7
digest: sha256:c607758dd06d19716f037d292e07e0c7ae05e3a8b139929bbce37cb4ba5200df
generated: "2021-09-16T20:22:38.7320828+05:30"
version: 107.27.3
digest: sha256:2d137055066891971b596407dff046b601322bfd8ca53710feed1a7383a7fa0b
generated: "2021-10-12T19:35:58.338469+05:30"

View File

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

View File

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