Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

stable/sonatype-nexus #15909

Merged
merged 6 commits into from Jul 29, 2019
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions stable/sonatype-nexus/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v1
name: sonatype-nexus
version: 1.18.5
appVersion: 3.15.2-01
version: 1.19.0
appVersion: 3.17.0-01
description: Sonatype Nexus is an open source repository manager
keywords:
- artifacts
Expand Down
6 changes: 3 additions & 3 deletions stable/sonatype-nexus/values.yaml
Expand Up @@ -10,7 +10,7 @@ deploymentStrategy: {}

nexus:
imageName: quay.io/travelaudience/docker-nexus
imageTag: 3.15.2
imageTag: 3.17.0
davidkarlsen marked this conversation as resolved.
Show resolved Hide resolved
imagePullPolicy: IfNotPresent
env:
- name: install4jAddVmParams
Expand Down Expand Up @@ -71,7 +71,7 @@ nexusProxy:
enabled: true
# svcName: proxy-svc
imageName: quay.io/travelaudience/docker-nexus-proxy
imageTag: 2.4.0_8u191
imageTag: 2.5.0
imagePullPolicy: IfNotPresent
port: 8080
targetPort: 8080
Expand Down Expand Up @@ -125,7 +125,7 @@ persistence:
nexusBackup:
enabled: false
imageName: quay.io/travelaudience/docker-nexus-backup
imageTag: 1.4.0
imageTag: 1.5.0
imagePullPolicy: IfNotPresent
env:
targetBucket:
Expand Down