diff --git a/Openshift4/RedHatImages/Dockerfile.redhat-ubi-rt-initcontainer b/Openshift4/RedHatImages/Dockerfile.redhat-ubi-rt-initcontainer index 75a52076..2b6c1dd4 100644 --- a/Openshift4/RedHatImages/Dockerfile.redhat-ubi-rt-initcontainer +++ b/Openshift4/RedHatImages/Dockerfile.redhat-ubi-rt-initcontainer @@ -1,5 +1,5 @@ # The new image based on registry.access.redhat.com/ubi -FROM registry.access.redhat.com/ubi8 +FROM registry.access.redhat.com/ubi9 USER root diff --git a/Openshift4/RedHatImages/Dockerfile.redhat-ubi-rt7 b/Openshift4/RedHatImages/Dockerfile.redhat-ubi-rt7 index 36809ef0..030d29b9 100644 --- a/Openshift4/RedHatImages/Dockerfile.redhat-ubi-rt7 +++ b/Openshift4/RedHatImages/Dockerfile.redhat-ubi-rt7 @@ -7,7 +7,7 @@ ARG ARTIFACTORY_BASE_VERSION FROM docker.bintray.io/jfrog/artifactory-pro:${ARTIFACTORY_BASE_VERSION} AS base # The new image based on registry.access.redhat.com/ubi -FROM registry.access.redhat.com/ubi8 +FROM registry.access.redhat.com/ubi9 LABEL name="JFrog Artifactory Pro" \ description="JFrog Artifactory Pro image based on the Red Hat Universal Base Image." \ diff --git a/Openshift4/helm/openshift-artifactory-ha/CHANGELOG.md b/Openshift4/helm/openshift-artifactory-ha/CHANGELOG.md index bac10f5f..606e5aea 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.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, 2023 * Updating to latest jfrog/artifactory-ha helm chart version 107.71.5 artifactory version 7.71.5 diff --git a/Openshift4/helm/openshift-artifactory-ha/Chart.yaml b/Openshift4/helm/openshift-artifactory-ha/Chart.yaml index 1f7b61cb..23dcc9e4 100755 --- a/Openshift4/helm/openshift-artifactory-ha/Chart.yaml +++ b/Openshift4/helm/openshift-artifactory-ha/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 7.71.5 +appVersion: 7.77.7 dependencies: - name: artifactory-ha - version: 107.71.5 + version: 107.77.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.71.5 +version: 107.77.7 diff --git a/Openshift4/helm/openshift-artifactory-ha/values.yaml b/Openshift4/helm/openshift-artifactory-ha/values.yaml index 7194ab33..3ae0237f 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.71.5 + initContainerImage: registry.connect.redhat.com/jfrog/init:7.77.7 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.71.5 + tag: 7.77.7 node: replicaCount: 2 waitForPrimaryStartup: 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 bac10f5f..d679d126 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,7 +1,10 @@ # JFrog Openshift Artifactory-ha Chart Changelog All changes to this chart will be documented in this file. -## [107.71.5] - Nov 22, 2023 +## [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 * 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.yaml b/Openshift4/operator/artifactory-ha-operator/helm-charts/openshift-artifactory-ha/Chart.yaml index 1f7b61cb..23dcc9e4 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.71.5 +appVersion: 7.77.7 dependencies: - name: artifactory-ha - version: 107.71.5 + version: 107.77.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.71.5 +version: 107.77.7 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 7194ab33..3ae0237f 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 @@ -10,7 +10,7 @@ artifactory-ha: url: "OVERRIDE" user: "OVERRIDE" password: "OVERRIDE" - initContainerImage: registry.connect.redhat.com/jfrog/init:7.71.5 + initContainerImage: registry.connect.redhat.com/jfrog/init:7.77.7 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.71.5 + tag: 7.77.7 node: replicaCount: 2 waitForPrimaryStartup: