Skip to content

Commit

Permalink
[distribution] 2.17.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chukka committed Mar 28, 2023
1 parent ad6f822 commit 72c0ef5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion stable/distribution/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# JFrog Distribution Chart Changelog
All changes to this project chart be documented in this file.

## [102.16.6] - Jan 16, 2023
## [102.17.0] - Jan 30, 2023
* Updated jfrogUrl text path to copy
* Updated initContainerImage and logger image to `ubi9/ubi-minimal:9.1.0.1760`

## [102.16.0] - Jan 16, 2023
* Removed `newProbes.enabled`, default to new probes
* Added support for annotations for distribution statefulset [GH-1665](https://github.com/jfrog/charts/pull/1665)
* Added topologySpreadConstraints to distribution pods
Expand Down
4 changes: 2 additions & 2 deletions stable/distribution/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 2.16.6
appVersion: 2.17.0
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -19,4 +19,4 @@ name: distribution
sources:
- https://github.com/jfrog/charts
type: application
version: 102.16.6
version: 102.17.0
8 changes: 4 additions & 4 deletions stable/distribution/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ global:
## String to fully override distribution.fullname template
##
# fullnameOverride:
initContainerImage: releases-docker.jfrog.io/ubi8/ubi-minimal:8.7.1049
initContainerImage: releases-docker.jfrog.io/ubi9/ubi-minimal:9.1.0.1760
# Init containers
initContainers:
resources:
Expand Down Expand Up @@ -331,8 +331,8 @@ common:
logger:
image:
registry: releases-docker.jfrog.io
repository: ubi8/ubi-minimal
tag: 8.7.1049
repository: ubi9/ubi-minimal
tag: 9.1.0.1760
distribution:
name: distribution
## Note that by default we use appVersion to get image tag/version
Expand Down Expand Up @@ -407,7 +407,7 @@ distribution:
logging:
consoleLog:
enabled: {{ .Values.distribution.consoleLog }}
jfrogUrl: "{{ tpl (required "\n\ndistribution.jfrogUrl or global.jfrogUrl is required! This allows to connect to Artifactory.\nYou can copy the JFrog URL from Admin > Security > Settings" (include "distribution.jfrogUrl" .)) . }}"
jfrogUrl: "{{ tpl (required "\n\ndistribution.jfrogUrl or global.jfrogUrl is required! This allows to connect to Artifactory.\nYou can copy the JFrog URL from Administration > User Management > Settings > Connection details" (include "distribution.jfrogUrl" .)) . }}"
database:
{{- if .Values.postgresql.enabled }}
type: "postgresql"
Expand Down

0 comments on commit 72c0ef5

Please sign in to comment.