Skip to content

Commit

Permalink
Bump up Artitfactory version for openshift operator 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shahiinn committed Jun 26, 2024
1 parent d510c26 commit d23f6a6
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 29 deletions.
3 changes: 3 additions & 0 deletions Openshift4/helm/openshift-artifactory-ha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 3 additions & 3 deletions Openshift4/helm/openshift-artifactory-ha/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
24 changes: 12 additions & 12 deletions Openshift4/helm/openshift-artifactory-ha/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
11 changes: 8 additions & 3 deletions Openshift4/helm/openshift-artifactory-ha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 3 additions & 1 deletion Openshift4/operator/artifactory-ha-operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Original file line number Diff line number Diff line change
@@ -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/
Expand All @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -31,6 +36,10 @@ artifactory-ha:
customInitContainersBegin: {}
postgresql:
enabled: false
securityContext:
enabled: false
containerSecurityContext:
enabled: false
nginx:
containerSecurityContext:
enabled: false
Expand Down

0 comments on commit d23f6a6

Please sign in to comment.