diff --git a/Openshift4/helm/openshift-artifactory-ha/CHANGELOG.md b/Openshift4/helm/openshift-artifactory-ha/CHANGELOG.md index a9a33c1..57932fd 100755 --- a/Openshift4/helm/openshift-artifactory-ha/CHANGELOG.md +++ b/Openshift4/helm/openshift-artifactory-ha/CHANGELOG.md @@ -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 diff --git a/Openshift4/helm/openshift-artifactory-ha/Chart.lock b/Openshift4/helm/openshift-artifactory-ha/Chart.lock new file mode 100644 index 0000000..a446859 --- /dev/null +++ b/Openshift4/helm/openshift-artifactory-ha/Chart.lock @@ -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" diff --git a/Openshift4/helm/openshift-artifactory-ha/Chart.yaml b/Openshift4/helm/openshift-artifactory-ha/Chart.yaml index d512554..7bd8768 100755 --- a/Openshift4/helm/openshift-artifactory-ha/Chart.yaml +++ b/Openshift4/helm/openshift-artifactory-ha/Chart.yaml @@ -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 diff --git a/Openshift4/helm/openshift-artifactory-ha/requirements.lock b/Openshift4/helm/openshift-artifactory-ha/requirements.lock deleted file mode 100644 index 9072491..0000000 --- a/Openshift4/helm/openshift-artifactory-ha/requirements.lock +++ /dev/null @@ -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" diff --git a/Openshift4/helm/openshift-artifactory-ha/requirements.yaml b/Openshift4/helm/openshift-artifactory-ha/requirements.yaml deleted file mode 100644 index 9b5c57e..0000000 --- a/Openshift4/helm/openshift-artifactory-ha/requirements.yaml +++ /dev/null @@ -1,4 +0,0 @@ -dependencies: - - name: artifactory-ha - version: 4.13.0 - repository: https://charts.jfrog.io/ diff --git a/Openshift4/helm/openshift-artifactory-ha/values.yaml b/Openshift4/helm/openshift-artifactory-ha/values.yaml index fb58b21..69c65c5 100755 --- a/Openshift4/helm/openshift-artifactory-ha/values.yaml +++ b/Openshift4/helm/openshift-artifactory-ha/values.yaml @@ -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: