Skip to content

Commit

Permalink
[artifactory] Fix Nginx SSH (jfrog#972)
Browse files Browse the repository at this point in the history
* Use a separate service for SSH

* Add information about the new `artifactory.ssh.service` configuration to the README

* Remove nginx `load_module` directive for the stream_module because it has now become a core nginx module.

* Revert the separate nginx service

* Add CHANGELOG.md entry about the Nginx load_module

* Bump artifactory chart version

* Fix Artifactory chart version and CHANGELOG.md
  • Loading branch information
danielezer authored Jun 25, 2020
1 parent 356dfd2 commit 8089899
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
3 changes: 3 additions & 0 deletions stable/artifactory-ha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# JFrog Artifactory-ha Chart Changelog
All changes to this chart will be documented in this file.

## [2.5.8] - Jun 25, 2020
* Stop loading the Nginx stream module because it is now a core module

## [2.5.7] - Jun 18, 2020
* Fixes bootstrap configMap issue on member node

Expand Down
2 changes: 1 addition & 1 deletion stable/artifactory-ha/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: artifactory-ha
home: https://www.jfrog.com/artifactory/
version: 2.5.7
version: 2.5.8
appVersion: 7.5.7
description: Universal Repository Manager supporting all major packaging formats,
build tools and CI servers.
Expand Down
2 changes: 0 additions & 2 deletions stable/artifactory-ha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1227,8 +1227,6 @@ nginx:
pid /tmp/nginx.pid;
{{- if .Values.artifactory.ssh.enabled }}
# Load the stream module to support TCP streaming
load_module /usr/lib/nginx/modules/ngx_stream_module.so;
## SSH Server Configuration
stream {
server {
Expand Down
3 changes: 3 additions & 0 deletions stable/artifactory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# JFrog Artifactory Chart Changelog
All changes to this chart will be documented in this file.

## [9.5.5] - Jun 25, 2020
* Stop loading the Nginx stream module because it is now a core module

## [9.5.4] - Jun 25, 2020
* Notes.txt update - add --namespace parameter

Expand Down
2 changes: 1 addition & 1 deletion stable/artifactory/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: artifactory
home: https://www.jfrog.com/artifactory/
version: 9.5.4
version: 9.5.5
appVersion: 7.5.7
description: Universal Repository Manager supporting all major packaging formats,
build tools and CI servers.
Expand Down
2 changes: 0 additions & 2 deletions stable/artifactory/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -878,8 +878,6 @@ nginx:
pid /tmp/nginx.pid;
{{- if .Values.artifactory.ssh.enabled }}
# Load the stream module to support TCP streaming
load_module /usr/lib/nginx/modules/ngx_stream_module.so;
## SSH Server Configuration
stream {
server {
Expand Down

0 comments on commit 8089899

Please sign in to comment.