diff --git a/Openshift4/helm/openshift-artifactory-ha/CHANGELOG.md b/Openshift4/helm/openshift-artifactory-ha/CHANGELOG.md index 5ce76a65..696290e0 100755 --- a/Openshift4/helm/openshift-artifactory-ha/CHANGELOG.md +++ b/Openshift4/helm/openshift-artifactory-ha/CHANGELOG.md @@ -1,6 +1,9 @@ # JFrog Openshift Artifactory-ha Chart Changelog All changes to this chart will be documented in this file. +## [107.84.14] - June 20, 2024 +* Updating to latest jfrog/artifactory-ha helm chart version 107.84.14 artifactory version 7.84.14 + ## [107.77.10] - April 24, 2024 * Updating to latest jfrog/artifactory-ha helm chart version 107.77.10 artifactory version 7.77.10 diff --git a/Openshift4/helm/openshift-artifactory-ha/Chart.lock b/Openshift4/helm/openshift-artifactory-ha/Chart.lock index 83d5beba..810879c8 100644 --- a/Openshift4/helm/openshift-artifactory-ha/Chart.lock +++ b/Openshift4/helm/openshift-artifactory-ha/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: artifactory-ha repository: https://charts.jfrog.io/ - version: 107.77.10 -digest: sha256:3d867d58882b69a9f140fc02302f11c3743fa4de0e2eb855e920c61223f560e8 -generated: "2024-04-24T18:09:15.711263+05:30" + version: 107.84.14 +digest: sha256:a4aeb4ee6200e5218a2563a01035abd207afbf48b3c206854e6eac291dab574c +generated: "2024-06-20T19:12:17.079609+05:30" diff --git a/Openshift4/helm/openshift-artifactory-ha/Chart.yaml b/Openshift4/helm/openshift-artifactory-ha/Chart.yaml index 98ffbb60..30a741bc 100755 --- a/Openshift4/helm/openshift-artifactory-ha/Chart.yaml +++ b/Openshift4/helm/openshift-artifactory-ha/Chart.yaml @@ -1,23 +1,23 @@ apiVersion: v2 -appVersion: 7.77.10 +appVersion: 7.84.14 dependencies: - name: artifactory-ha - version: 107.77.10 + version: 107.84.14 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 keywords: -- artifactory -- jfrog -- devops + - artifactory + - jfrog + - devops maintainers: -- email: vinaya@jfrog.com - name: Vinay Aggarwal -- email: johnp@jfrog.com - name: John Peterson + - email: vinaya@jfrog.com + name: Vinay Aggarwal + - email: johnp@jfrog.com + name: John Peterson name: openshift-artifactory-ha sources: -- https://bintray.com/jfrog/product/JFrog-Artifactory-Pro/view -- https://github.com/jfrog/charts -version: 107.77.10 + - https://bintray.com/jfrog/product/JFrog-Artifactory-Pro/view + - https://github.com/jfrog/charts +version: 107.84.14 \ No newline at end of file diff --git a/Openshift4/helm/openshift-artifactory-ha/values.yaml b/Openshift4/helm/openshift-artifactory-ha/values.yaml index 164f38d1..e977422b 100755 --- a/Openshift4/helm/openshift-artifactory-ha/values.yaml +++ b/Openshift4/helm/openshift-artifactory-ha/values.yaml @@ -12,16 +12,21 @@ artifactory-ha: url: "OVERRIDE" user: "OVERRIDE" password: "OVERRIDE" - initContainerImage: registry.connect.redhat.com/jfrog/init:7.77.10 + initContainers: + image: + registry: registry.connect.redhat.com + repository: jfrog/init + tag: 7.84.14 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: - setSecurityContext: false + podSecurityContext: + enabled: false ## Change to use RH UBI images image: registry: registry.connect.redhat.com repository: jfrog/artifactory-pro - tag: 7.77.10 + tag: 7.84.14 node: replicaCount: 2 waitForPrimaryStartup: diff --git a/Openshift4/operator/artifactory-ha-operator/Dockerfile b/Openshift4/operator/artifactory-ha-operator/Dockerfile index 02fb61e5..1bf0fd06 100644 --- a/Openshift4/operator/artifactory-ha-operator/Dockerfile +++ b/Openshift4/operator/artifactory-ha-operator/Dockerfile @@ -19,7 +19,9 @@ RUN microdnf install yum \ && microdnf install nettle \ && microdnf update openssl-libs -RUN microdnf install sudo +RUN microdnf update -y +RUN microdnf install sudo + RUN sudo -u helm bash USER helm diff --git a/Openshift4/operator/artifactory-ha-operator/helm-charts/openshift-artifactory-ha/CHANGELOG.md b/Openshift4/operator/artifactory-ha-operator/helm-charts/openshift-artifactory-ha/CHANGELOG.md index be5dcd65..696290e0 100755 --- a/Openshift4/operator/artifactory-ha-operator/helm-charts/openshift-artifactory-ha/CHANGELOG.md +++ b/Openshift4/operator/artifactory-ha-operator/helm-charts/openshift-artifactory-ha/CHANGELOG.md @@ -1,13 +1,16 @@ # JFrog Openshift Artifactory-ha Chart Changelog All changes to this chart will be documented in this file. +## [107.84.14] - June 20, 2024 +* Updating to latest jfrog/artifactory-ha helm chart version 107.84.14 artifactory version 7.84.14 + ## [107.77.10] - April 24, 2024 * Updating to latest jfrog/artifactory-ha helm chart version 107.77.10 artifactory version 7.77.10 ## [107.71.5] - Mar 22, 2024 * Updating to latest jfrog/artifactory-ha helm chart version 107.77.7 artifactory version 7.77.7 -## [107.71.5] - Nov 22, 202 +## [107.71.5] - Nov 22, 2023 * Updating to latest jfrog/artifactory-ha helm chart version 107.71.5 artifactory version 7.71.5 ## [107.59.11] - Jul 01, 2023 diff --git a/Openshift4/operator/artifactory-ha-operator/helm-charts/openshift-artifactory-ha/Chart.lock b/Openshift4/operator/artifactory-ha-operator/helm-charts/openshift-artifactory-ha/Chart.lock index d57c3311..b5e8eddb 100644 --- a/Openshift4/operator/artifactory-ha-operator/helm-charts/openshift-artifactory-ha/Chart.lock +++ b/Openshift4/operator/artifactory-ha-operator/helm-charts/openshift-artifactory-ha/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: artifactory-ha repository: https://charts.jfrog.io/ - version: 107.77.10 -digest: sha256:3d867d58882b69a9f140fc02302f11c3743fa4de0e2eb855e920c61223f560e8 -generated: "2024-04-24T18:09:48.650193+05:30" + version: 107.84.14 +digest: sha256:a4aeb4ee6200e5218a2563a01035abd207afbf48b3c206854e6eac291dab574c +generated: "2024-06-16T15:04:40.570863379Z" diff --git a/Openshift4/operator/artifactory-ha-operator/helm-charts/openshift-artifactory-ha/Chart.yaml b/Openshift4/operator/artifactory-ha-operator/helm-charts/openshift-artifactory-ha/Chart.yaml index 98ffbb60..41398865 100755 --- a/Openshift4/operator/artifactory-ha-operator/helm-charts/openshift-artifactory-ha/Chart.yaml +++ b/Openshift4/operator/artifactory-ha-operator/helm-charts/openshift-artifactory-ha/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 7.77.10 +appVersion: 7.84.14 dependencies: - name: artifactory-ha - version: 107.77.10 + version: 107.84.14 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.77.10 +version: 107.84.14 diff --git a/Openshift4/operator/artifactory-ha-operator/helm-charts/openshift-artifactory-ha/values.yaml b/Openshift4/operator/artifactory-ha-operator/helm-charts/openshift-artifactory-ha/values.yaml index 5973fdc8..e977422b 100755 --- a/Openshift4/operator/artifactory-ha-operator/helm-charts/openshift-artifactory-ha/values.yaml +++ b/Openshift4/operator/artifactory-ha-operator/helm-charts/openshift-artifactory-ha/values.yaml @@ -12,16 +12,21 @@ artifactory-ha: url: "OVERRIDE" user: "OVERRIDE" password: "OVERRIDE" - initContainerImage: registry.connect.redhat.com/jfrog/init:7.77.10 + initContainers: + image: + registry: registry.connect.redhat.com + repository: jfrog/init + tag: 7.84.14 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: - setSecurityContext: false + podSecurityContext: + enabled: false ## Change to use RH UBI images image: registry: registry.connect.redhat.com repository: jfrog/artifactory-pro - tag: 7.77.10 + tag: 7.84.14 node: replicaCount: 2 waitForPrimaryStartup: @@ -31,6 +36,10 @@ artifactory-ha: customInitContainersBegin: {} postgresql: enabled: false + securityContext: + enabled: false + containerSecurityContext: + enabled: false nginx: containerSecurityContext: enabled: false