Skip to content

Commit

Permalink
Upgrade nexus to v3.21 (#4)
Browse files Browse the repository at this point in the history
* Upgrade nexus to v3.21
  • Loading branch information
stevehipwell authored Feb 20, 2020
1 parent f78022a commit 0f944ef
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/confluence-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: confluence-server
version: 1.3.1
version: 1.3.2
appVersion: 7.3.1
description: Atlassian Confluence Server is where you create, organise and discuss work with your team. Capture the knowledge that's too often lost in email inboxes and shared network drives in Confluence - where it's easy to find, use, and update. Give every team, project, or department its own space to create the things they need, whether it's meeting notes, product requirements, file lists, or project plans, you can get more done in Confluence.
keywords:
Expand Down
1 change: 0 additions & 1 deletion charts/confluence-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
command: ["sh"]
args: ["-c", "cp -f \"${JAVA_HOME}/lib/security/cacerts\" /var/atlassian/application-data/confluence/cacerts; for f in /var/atlassian/application-data/confluence/secrets/cas/*; do keytool -importcert -file \"${f}\" -alias \"$(basename \"${f}\")\" -keystore /var/atlassian/application-data/confluence/cacerts -storepass changeit -trustcacerts -noprompt; done;"]

volumeMounts:
- mountPath: /var/atlassian/application-data/confluence
name: {{ include "confluence-server.pvcname" . }}
Expand Down
4 changes: 2 additions & 2 deletions charts/nexus3/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: nexus3
version: 1.2.4
appVersion: 3.20.1
version: 1.3.0
appVersion: 3.21.1
description: Sonatype Nexus OSS is an open source repository manager
keywords:
- artifacts
Expand Down
2 changes: 1 addition & 1 deletion charts/nexus3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The following table lists the configurable parameters of the _Nexus3_ chart and
| Parameter | Description | Default |
| -------------------------------- | --------------------------------------------------------------------------------------- | ----------------- |
| `image.repository` | Docker repository to use | `sonatype/nexus3` |
| `image.tag` | Docker tag to use | `3.20.1` |
| `image.tag` | Docker tag to use | `3.21.1` |
| `image.pullPolicy` | Docker image pull policy | `IfNotPresent` |
| `nameOverride` | String to partially override `nexus3.fullname` template (will prepend the release name) | `nil` |
| `fullnameOverride` | String to fully override `nexus3.fullname` template | `nil` |
Expand Down
2 changes: 1 addition & 1 deletion charts/nexus3/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: sonatype/nexus3
tag: 3.20.1
tag: 3.21.1
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down

0 comments on commit 0f944ef

Please sign in to comment.