Skip to content

Commit 02ff9c6

Browse files
committed
SYS-570 iterating on replacing lost helm releases
1 parent a627f7f commit 02ff9c6

15 files changed

Lines changed: 134 additions & 9 deletions

File tree

images/ddclient/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ version: 0.1.1
1010
appVersion: "3.9.1-r1"
1111
dependencies:
1212
- name: chartlib
13-
version: 0.1.5
13+
version: 0.1.7
1414
repository: https://instantlinux.github.io/docker-tools

images/dovecot/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ version: 0.1.1
1010
appVersion: "2.3.15-r0"
1111
dependencies:
1212
- name: chartlib
13-
version: 0.1.5
13+
version: 0.1.7
1414
repository: https://instantlinux.github.io/docker-tools
1515
- name: data-sync
1616
version: 0.1.0

images/mysqldump/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ version: 0.1.2
1010
appVersion: "10.5.13-r0"
1111
dependencies:
1212
- name: chartlib
13-
version: 0.1.5
13+
version: 0.1.7
1414
repository: https://instantlinux.github.io/docker-tools

images/nut-upsd/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ version: 0.1.1
1010
appVersion: "2.7.4-r10"
1111
dependencies:
1212
- name: chartlib
13-
version: 0.1.5
13+
version: 0.1.7
1414
repository: https://instantlinux.github.io/docker-tools

images/postfix-python/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ version: 0.1.2
1010
appVersion: "3.6.1-r0"
1111
dependencies:
1212
- name: chartlib
13-
version: 0.1.5
13+
version: 0.1.7
1414
repository: https://instantlinux.github.io/docker-tools

images/rsyslogd/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ version: 0.1.1
1010
appVersion: "8.2012.0-r1"
1111
dependencies:
1212
- name: chartlib
13-
version: 0.1.5
13+
version: 0.1.7
1414
repository: https://instantlinux.github.io/docker-tools

images/samba-dc/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ version: 0.1.1
1010
appVersion: "4.14.8-r0"
1111
dependencies:
1212
- name: chartlib
13-
version: 0.1.5
13+
version: 0.1.7
1414
repository: https://instantlinux.github.io/docker-tools

images/samba/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ version: 0.1.1
1010
appVersion: "4.14.8-r0"
1111
dependencies:
1212
- name: chartlib
13-
version: 0.1.5
13+
version: 0.1.7
1414
repository: https://instantlinux.github.io/docker-tools
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*~
2+
.git
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
apiVersion: v2
2+
name: postgres
3+
description: PostgreSQL database
4+
home: https://github.com/instantlinux/docker-tools
5+
sources:
6+
- https://github.com/instantlinux/docker-tools
7+
- https://hub.docker.com/_/postgres
8+
type: application
9+
version: 0.1.0
10+
# specify version tag from hub.docker.com in top-level values.yaml
11+
appVersion: "0.0.1"
12+
dependencies:
13+
- name: chartlib
14+
version: 0.1.7
15+
repository: https://instantlinux.github.io/docker-tools

0 commit comments

Comments
 (0)