Skip to content

Commit

Permalink
SYS-612 upgrade jira helm chart, add self-signed cert vol mount
Browse files Browse the repository at this point in the history
  • Loading branch information
instantlinux committed Aug 31, 2023
1 parent 90273cf commit 3a0f96e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 2 additions & 3 deletions k8s/helm/jira/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ sources:
- https://github.com/instantlinux/docker-tools
- https://hub.docker.com/r/atlassian/jira-core
type: application
version: 0.1.1
# Last version through license expiry Dec 2021
appVersion: "8.20.3"
version: 0.1.2
appVersion: "9.7.2"
dependencies:
- name: chartlib
version: 0.1.8
Expand Down
3 changes: 3 additions & 0 deletions k8s/helm/jira/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ volumeMounts:
- mountPath: /opt/atlassian/jira/logs
name: data
subPath: logs
- mountPath: /opt/java/openjdk/lib/security/cacerts
name: data
subPath: cacerts
volumes:
- name: data
hostPath: { path: /var/lib/docker/k8s-volumes/jira }
Expand Down

0 comments on commit 3a0f96e

Please sign in to comment.