Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions images/blacklist/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ sources:
- https://github.com/instantlinux/docker-tools
- https://github.com/spamhaus/rbldnsd
type: application
version: 0.1.5
version: 0.1.9
appVersion: "1.0"
dependencies:
- name: chartlib
version: 0.1.8
repository: https://instantlinux.github.io/docker-tools
version: 0.1.11
repository: oci://ghcr.io/instantlinux/charts
# also available at oci://registry-1.docker.io/instantlinux
10 changes: 3 additions & 7 deletions images/blacklist/helm/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
{{- if hasKey .Values "service" }}
{{- if or .Values.service.enabled (not (hasKey .Values.service "enabled")) }}
1. Get the application URL by running these commands:
{{- if hasKey .Values "ingress" }}
{{- if .Values.ingress.enabled }}
{{- range $host := .Values.ingress.hosts }}
{{- range .paths }}
http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}{{ .path }}
{{- end }}
{{- end }}
{{- if hasKey .Values "tlsHostname" }}
{{- if .Values.gateway.enabled }}
Visit https://{{ .Values.tlsHostname }}
{{- else if contains "NodePort" .Values.service.type }}
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "local.fullname" . }})
export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}")
Expand Down
8 changes: 6 additions & 2 deletions images/blacklist/helm/templates/app.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{{- include "chartlib.configmap" . }}
---
{{- include "chartlib.deployment" . }}
---
{{- include "chartlib.hpa" . }}
---
{{- include "chartlib.ingress" . }}
{{- include "chartlib.listener" . }}
---
{{- include "chartlib.ingresstotp" . }}
{{- include "chartlib.service" . }}
---
{{- include "chartlib.serviceaccount" . }}
---
{{- include "chartlib.statefulset" . }}
5 changes: 3 additions & 2 deletions images/data-sync/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ version: 0.1.18
appVersion: "2.54.0-4.14.3-r0"
dependencies:
- name: chartlib
version: 0.1.8
repository: https://instantlinux.github.io/docker-tools
version: 0.1.11
repository: oci://ghcr.io/instantlinux/charts
# also available at oci://registry-1.docker.io/instantlinux
10 changes: 3 additions & 7 deletions images/data-sync/helm/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
{{- if hasKey .Values "service" }}
{{- if or .Values.service.enabled (not (hasKey .Values.service "enabled")) }}
1. Get the application URL by running these commands:
{{- if hasKey .Values "ingress" }}
{{- if .Values.ingress.enabled }}
{{- range $host := .Values.ingress.hosts }}
{{- range .paths }}
http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}{{ .path }}
{{- end }}
{{- end }}
{{- if hasKey .Values "tlsHostname" }}
{{- if .Values.gateway.enabled }}
Visit https://{{ .Values.tlsHostname }}
{{- else if contains "NodePort" .Values.service.type }}
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "local.fullname" . }})
export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}")
Expand Down
4 changes: 2 additions & 2 deletions images/data-sync/helm/templates/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
---
{{- include "chartlib.hpa" . }}
---
{{- include "chartlib.ingress" . }}
{{- include "chartlib.listener" . }}
---
{{- include "chartlib.ingresstotp" . }}
{{- include "chartlib.service" . }}
---
{{- include "chartlib.serviceaccount" . }}
---
Expand Down
7 changes: 4 additions & 3 deletions images/ddclient/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ sources:
- https://github.com/instantlinux/docker-tools
- https://github.com/ddclient/ddclient/
type: application
version: 0.1.5
version: 0.1.6
appVersion: "4.0.0-r2"
dependencies:
- name: chartlib
version: 0.1.8
repository: https://instantlinux.github.io/docker-tools
version: 0.1.11
repository: oci://ghcr.io/instantlinux/charts
# also available at oci://registry-1.docker.io/instantlinux
10 changes: 3 additions & 7 deletions images/ddclient/helm/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
{{- if hasKey .Values "service" }}
{{- if or .Values.service.enabled (not (hasKey .Values.service "enabled")) }}
1. Get the application URL by running these commands:
{{- if hasKey .Values "ingress" }}
{{- if .Values.ingress.enabled }}
{{- range $host := .Values.ingress.hosts }}
{{- range .paths }}
http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}{{ .path }}
{{- end }}
{{- end }}
{{- if hasKey .Values "tlsHostname" }}
{{- if .Values.gateway.enabled }}
Visit https://{{ .Values.tlsHostname }}
{{- else if contains "NodePort" .Values.service.type }}
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "local.fullname" . }})
export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}")
Expand Down
8 changes: 5 additions & 3 deletions images/ddclient/helm/templates/app.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{{- include "chartlib.configmap" . }}
---
{{- include "chartlib.deployment" . }}
---
{{- include "chartlib.hpa" . }}
---
{{- include "chartlib.ingress" . }}
---
{{- include "chartlib.ingresstotp" . }}
{{- include "chartlib.listener" . }}
---
{{- include "chartlib.service" . }}
---
{{- include "chartlib.serviceaccount" . }}
---
{{- include "chartlib.statefulset" . }}
7 changes: 4 additions & 3 deletions images/dhcpd-dns-pxe/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ sources:
- https://source.isc.org/git/dhcp.git
- http://thekelleys.org.uk/gitweb/?p=dnsmasq.git
type: application
version: 0.2.3
version: 0.2.4
appVersion: "3.0.3-r0-2.93-r0"
dependencies:
- name: chartlib
version: 0.1.8
repository: https://instantlinux.github.io/docker-tools
version: 0.1.11
repository: oci://ghcr.io/instantlinux/charts
# also available at oci://registry-1.docker.io/instantlinux
10 changes: 3 additions & 7 deletions images/dhcpd-dns-pxe/helm/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
{{- if hasKey .Values "service" }}
{{- if or .Values.service.enabled (not (hasKey .Values.service "enabled")) }}
1. Get the application URL by running these commands:
{{- if hasKey .Values "ingress" }}
{{- if .Values.ingress.enabled }}
{{- range $host := .Values.ingress.hosts }}
{{- range .paths }}
http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}{{ .path }}
{{- end }}
{{- end }}
{{- if hasKey .Values "tlsHostname" }}
{{- if .Values.gateway.enabled }}
Visit https://{{ .Values.tlsHostname }}
{{- else if contains "NodePort" .Values.service.type }}
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "local.fullname" . }})
export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}")
Expand Down
4 changes: 1 addition & 3 deletions images/dhcpd-dns-pxe/helm/templates/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
---
{{- include "chartlib.hpa" . }}
---
{{- include "chartlib.ingress" . }}
---
{{- include "chartlib.ingresstotp" . }}
{{- include "chartlib.listener" . }}
---
{{- include "chartlib.service" . }}
---
Expand Down
7 changes: 4 additions & 3 deletions images/dovecot/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ sources:
- https://github.com/instantlinux/docker-tools
- https://github.com/vdukhovni/dovecot
type: application
version: 0.1.17
version: 0.1.18
appVersion: "2.4.5-r0"
dependencies:
- name: chartlib
version: 0.1.8
repository: https://instantlinux.github.io/docker-tools
version: 0.1.11
repository: oci://ghcr.io/instantlinux/charts
# also available at oci://registry-1.docker.io/instantlinux
- name: data-sync
version: 0.1.3
repository: https://instantlinux.github.io/docker-tools
Expand Down
10 changes: 3 additions & 7 deletions images/dovecot/helm/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
{{- if hasKey .Values "service" }}
{{- if or .Values.service.enabled (not (hasKey .Values.service "enabled")) }}
1. Get the application URL by running these commands:
{{- if hasKey .Values "ingress" }}
{{- if .Values.ingress.enabled }}
{{- range $host := .Values.ingress.hosts }}
{{- range .paths }}
http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}{{ .path }}
{{- end }}
{{- end }}
{{- if hasKey .Values "tlsHostname" }}
{{- if .Values.gateway.enabled }}
Visit https://{{ .Values.tlsHostname }}
{{- else if contains "NodePort" .Values.service.type }}
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "local.fullname" . }})
export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}")
Expand Down
6 changes: 3 additions & 3 deletions images/dovecot/helm/templates/app.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{{- include "chartlib.configmap" . }}
---
{{- include "chartlib.deployment" . }}
---
{{- include "chartlib.hpa" . }}
---
{{- include "chartlib.ingress" . }}
---
{{- include "chartlib.ingresstotp" . }}
{{- include "chartlib.listener" . }}
---
{{- include "chartlib.service" . }}
---
Expand Down
7 changes: 4 additions & 3 deletions images/ez-ipupdate/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ sources:
- https://github.com/instantlinux/docker-tools
- https://sourceforge.net/projects/ez-ipupdate/
type: application
version: 0.1.3
version: 0.1.4
appVersion: "3.0.10-r13"
dependencies:
- name: chartlib
version: 0.1.8
repository: https://instantlinux.github.io/docker-tools
version: 0.1.11
repository: oci://ghcr.io/instantlinux/charts
# also available at oci://registry-1.docker.io/instantlinux
10 changes: 3 additions & 7 deletions images/ez-ipupdate/helm/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
{{- if hasKey .Values "service" }}
{{- if or .Values.service.enabled (not (hasKey .Values.service "enabled")) }}
1. Get the application URL by running these commands:
{{- if hasKey .Values "ingress" }}
{{- if .Values.ingress.enabled }}
{{- range $host := .Values.ingress.hosts }}
{{- range .paths }}
http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}{{ .path }}
{{- end }}
{{- end }}
{{- if hasKey .Values "tlsHostname" }}
{{- if .Values.gateway.enabled }}
Visit https://{{ .Values.tlsHostname }}
{{- else if contains "NodePort" .Values.service.type }}
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "local.fullname" . }})
export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}")
Expand Down
8 changes: 5 additions & 3 deletions images/ez-ipupdate/helm/templates/app.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{{- include "chartlib.configmap" . }}
---
{{- include "chartlib.deployment" . }}
---
{{- include "chartlib.hpa" . }}
---
{{- include "chartlib.ingress" . }}
---
{{- include "chartlib.ingresstotp" . }}
{{- include "chartlib.listener" . }}
---
{{- include "chartlib.service" . }}
---
{{- include "chartlib.serviceaccount" . }}
---
{{- include "chartlib.statefulset" . }}
7 changes: 4 additions & 3 deletions images/git-dump/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ home: https://github.com/instantlinux/docker-tools
sources:
- https://github.com/instantlinux/docker-tools
type: application
version: 0.1.20
version: 0.1.21
appVersion: "2.54.0-r0"
dependencies:
- name: chartlib
version: 0.1.8
repository: https://instantlinux.github.io/docker-tools
version: 0.1.11
repository: oci://ghcr.io/instantlinux/charts
# also available at oci://registry-1.docker.io/instantlinux
10 changes: 3 additions & 7 deletions images/git-dump/helm/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
{{- if hasKey .Values "service" }}
{{- if or .Values.service.enabled (not (hasKey .Values.service "enabled")) }}
1. Get the application URL by running these commands:
{{- if hasKey .Values "ingress" }}
{{- if .Values.ingress.enabled }}
{{- range $host := .Values.ingress.hosts }}
{{- range .paths }}
http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}{{ .path }}
{{- end }}
{{- end }}
{{- if hasKey .Values "tlsHostname" }}
{{- if .Values.gateway.enabled }}
Visit https://{{ .Values.tlsHostname }}
{{- else if contains "NodePort" .Values.service.type }}
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "local.fullname" . }})
export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}")
Expand Down
8 changes: 5 additions & 3 deletions images/git-dump/helm/templates/app.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{{- include "chartlib.configmap" . }}
---
{{- include "chartlib.deployment" . }}
---
{{- include "chartlib.hpa" . }}
---
{{- include "chartlib.ingress" . }}
---
{{- include "chartlib.ingresstotp" . }}
{{- include "chartlib.listener" . }}
---
{{- include "chartlib.service" . }}
---
{{- include "chartlib.serviceaccount" . }}
---
{{- include "chartlib.statefulset" . }}
8 changes: 4 additions & 4 deletions images/git-pull/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ home: https://github.com/instantlinux/docker-tools
sources:
- https://github.com/instantlinux/docker-tools
type: application
version: 0.1.18
version: 0.1.19
appVersion: "2.54.0-r0"
dependencies:
- name: chartlib
version: 0.1.8
# repository: https://instantlinux.github.io/docker-tools
repository: file://../chartlib
version: 0.1.11
repository: oci://ghcr.io/instantlinux/charts
# also available at oci://registry-1.docker.io/instantlinux
10 changes: 3 additions & 7 deletions images/git-pull/helm/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
{{- if hasKey .Values "service" }}
{{- if or .Values.service.enabled (not (hasKey .Values.service "enabled")) }}
1. Get the application URL by running these commands:
{{- if hasKey .Values "ingress" }}
{{- if .Values.ingress.enabled }}
{{- range $host := .Values.ingress.hosts }}
{{- range .paths }}
http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}{{ .path }}
{{- end }}
{{- end }}
{{- if hasKey .Values "tlsHostname" }}
{{- if .Values.gateway.enabled }}
Visit https://{{ .Values.tlsHostname }}
{{- else if contains "NodePort" .Values.service.type }}
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "local.fullname" . }})
export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}")
Expand Down
8 changes: 3 additions & 5 deletions images/git-pull/helm/templates/app.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
{{- include "chartlib.configmap" . }}
---
{{- include "chartlib.daemonset" . }}
---
{{- include "chartlib.deployment" . }}
---
{{- include "chartlib.hpa" . }}
---
{{- include "chartlib.ingress" . }}
---
{{- include "chartlib.ingresstotp" . }}
{{- include "chartlib.listener" . }}
---
{{- include "chartlib.service" . }}
---
{{- include "chartlib.serviceaccount" . }}
---
{{- include "chartlib.statefulset" . }}
7 changes: 4 additions & 3 deletions images/haproxy-keepalived/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ sources:
- https://github.com/haproxy/haproxy
- https://github.com/acassen/keepalived
type: application
version: 0.1.24
version: 0.1.25
appVersion: "3.4.4-alpine-2.3.4-r2"
dependencies:
- name: chartlib
version: 0.1.8
repository: http://instantlinux.github.io/docker-tools
version: 0.1.11
repository: oci://ghcr.io/instantlinux/charts
# also available at oci://registry-1.docker.io/instantlinux
Loading
Loading