Skip to content

Commit 95bc417

Browse files
committed
release transmission-openvpn chart version 2.1.1
1 parent 910697f commit 95bc417

File tree

4 files changed

+36
-4
lines changed

4 files changed

+36
-4
lines changed

docs/index.yaml

+33-1
Original file line numberDiff line numberDiff line change
@@ -1677,6 +1677,38 @@ entries:
16771677
- https://utkuozdemir.org/helm-charts/transmission-exporter-0.1.0.tgz
16781678
version: 0.1.0
16791679
transmission-openvpn:
1680+
- annotations:
1681+
artifacthub.io/changes: |
1682+
- Fix livenessprobe
1683+
artifacthub.io/images: |
1684+
- name: haugene/transmission-openvpn
1685+
image: docker.io/haugene/transmission-openvpn:4.0
1686+
artifacthub.io/license: MIT
1687+
apiVersion: v2
1688+
appVersion: "4.0"
1689+
created: "2021-12-31T03:38:41.31707+01:00"
1690+
description: Transmission + OpenVPN chart based on haugene/transmission-openvpn
1691+
image
1692+
digest: 7f5d293d46ca1c4a54706c97b8dd2dd7d77a26660768bbccc755bb8f154e6cca
1693+
home: https://haugene.github.io/docker-transmission-openvpn
1694+
icon: https://utkuozdemir.org/helm-charts/transmission.png
1695+
keywords:
1696+
- transmission
1697+
- openvpn
1698+
- transmission-openvpn
1699+
- torrent
1700+
maintainers:
1701+
1702+
name: Utku Özdemir
1703+
url: https://utkuozdemir.org
1704+
name: transmission-openvpn
1705+
sources:
1706+
- https://github.com/haugene/docker-transmission-openvpn
1707+
- https://github.com/utkuozdemir/helm-charts
1708+
type: application
1709+
urls:
1710+
- https://utkuozdemir.org/helm-charts/transmission-openvpn-2.1.1.tgz
1711+
version: 2.1.1
16801712
- annotations:
16811713
artifacthub.io/changes: |
16821714
- Add values to specify initContainers and sidecarContainers
@@ -2126,4 +2158,4 @@ entries:
21262158
urls:
21272159
- https://utkuozdemir.org/helm-charts/transmission-openvpn-0.1.0.tgz
21282160
version: 0.1.0
2129-
generated: "2021-12-30T22:43:20.00978+01:00"
2161+
generated: "2021-12-31T03:38:41.31589+01:00"

docs/transmission-openvpn-2.1.1.tgz

7.08 KB
Binary file not shown.

transmission-openvpn/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: transmission-openvpn
33
description: Transmission + OpenVPN chart based on haugene/transmission-openvpn image
44
type: application
5-
version: 2.1.0
5+
version: 2.1.1
66
appVersion: "4.0"
77
home: https://haugene.github.io/docker-transmission-openvpn
88
keywords:
@@ -21,7 +21,7 @@ maintainers:
2121
annotations:
2222
artifacthub.io/license: MIT
2323
artifacthub.io/changes: |
24-
- Add values to specify initContainers and sidecarContainers
24+
- Fix livenessprobe
2525
artifacthub.io/images: |
2626
- name: haugene/transmission-openvpn
2727
image: docker.io/haugene/transmission-openvpn:4.0

transmission-openvpn/templates/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
containerPort: 9091
6767
protocol: TCP
6868
{{- with .Values.livenessProbe }}
69-
readinessProbe:
69+
livenessProbe:
7070
{{- toYaml . | nindent 12 }}
7171
{{- end }}
7272
{{- with .Values.readinessProbe }}

0 commit comments

Comments
 (0)