From 9f0ac421ebc6b411052d9c0d82286ebb2b2d4ee4 Mon Sep 17 00:00:00 2001 From: Maurice Meyer Date: Thu, 13 Jul 2023 12:20:30 +0200 Subject: [PATCH] chore: bump major version for all charts to alert to repository move. This is the last commit for this repository. Please migrate to github.com/community-tooling/charts. --- README.md | 6 +++-- charts/backup/Chart.yaml | 4 +-- charts/backup/README.md | 4 +-- charts/backup/UPGRADING.md | 5 ++++ charts/backup/templates/NOTES.txt | 4 +++ charts/cronjob/Chart.yaml | 4 +-- charts/cronjob/README.md | 4 +-- charts/cronjob/UPGRADING.md | 5 ++++ charts/cronjob/templates/NOTES.txt | 4 +++ charts/generic/Chart.yaml | 4 +-- charts/generic/README.md | 4 +-- charts/generic/UPGRADING.md | 5 ++++ charts/generic/templates/NOTES.txt | 26 +++---------------- charts/hcloud-ccm-networks/Chart.yaml | 5 ++-- charts/hcloud-ccm-networks/README.md | 4 +-- .../hcloud-ccm-networks/templates/NOTES.txt | 4 +++ charts/hcloud-csi-driver/Chart.yaml | 5 ++-- charts/hcloud-csi-driver/README.md | 4 +-- charts/hcloud-csi-driver/templates/NOTES.txt | 4 +++ charts/kube-prometheus-stack-crds/Chart.yaml | 5 ++-- charts/kube-prometheus-stack-crds/README.md | 4 +-- .../templates/NOTES.txt | 4 +++ charts/mailtrain/Chart.yaml | 4 +-- charts/mailtrain/README.md | 4 +-- charts/mailtrain/UPGRADING.md | 5 ++++ charts/mailtrain/templates/NOTES.txt | 26 +++---------------- charts/namespaces/Chart.yaml | 4 +-- charts/namespaces/README.md | 4 +-- charts/namespaces/UPGRADING.md | 6 +++++ charts/namespaces/templates/NOTES.txt | 4 +++ charts/znc/Chart.yaml | 4 +-- charts/znc/README.md | 4 +-- charts/znc/UPGRADING.md | 6 +++++ charts/znc/templates/NOTES.txt | 26 +++---------------- 34 files changed, 108 insertions(+), 107 deletions(-) create mode 100644 charts/cronjob/templates/NOTES.txt create mode 100644 charts/hcloud-ccm-networks/templates/NOTES.txt create mode 100644 charts/hcloud-csi-driver/templates/NOTES.txt create mode 100644 charts/kube-prometheus-stack-crds/templates/NOTES.txt create mode 100644 charts/namespaces/UPGRADING.md create mode 100644 charts/namespaces/templates/NOTES.txt create mode 100644 charts/znc/UPGRADING.md diff --git a/README.md b/README.md index d6585de3..6da28e9c 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,10 @@ Every chart available in this repository is available on community-tooling/chart ## To migrate -1. Update to the latest version available in morremeyer/charts -2. Change repository references from morremeyer/charts to community-tooling/charts +1. Update to the **second latest** version available in morremeyer/charts. There has been a major version bump to alert everyone to the breaking change of the repository move. +1. For example, for the **generic** chart, upgrade to version `7.2.1`, **not** to `8.0.0` +1. If you already upgraded to the major version for the repository move, you **can safely and should** downgrade to the version before that +1. Change repository references from morremeyer/charts to community-tooling/charts. New versions will be published there. ## Why? diff --git a/charts/backup/Chart.yaml b/charts/backup/Chart.yaml index b50f1c34..386e4ac5 100644 --- a/charts/backup/Chart.yaml +++ b/charts/backup/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: backup -description: Chart to back up PVCs with restic and regularly clean up the snapshots. +description: Please migrate to github.com/community-tooling/charts type: application -version: 3.2.2 +version: 4.0.0 maintainers: - name: morremeyer - name: ekeih diff --git a/charts/backup/README.md b/charts/backup/README.md index 0d3a898e..c5ea1a52 100644 --- a/charts/backup/README.md +++ b/charts/backup/README.md @@ -1,8 +1,8 @@ # backup -![Version: 3.2.2](https://img.shields.io/badge/Version-3.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 4.0.0](https://img.shields.io/badge/Version-4.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) -Chart to back up PVCs with restic and regularly clean up the snapshots. +Please migrate to github.com/community-tooling/charts ## Maintainers diff --git a/charts/backup/UPGRADING.md b/charts/backup/UPGRADING.md index 8efc2481..ff21c5b7 100644 --- a/charts/backup/UPGRADING.md +++ b/charts/backup/UPGRADING.md @@ -1,5 +1,10 @@ # Upgrading +## To 4.0.0 + +Do not upgrade to this version, to github.com/community-tooling/charts instead. +See https://github.com/morremeyer/charts/blob/main/README.md for instructions. + ## 2.10.0 to 3.0.0 With 3.0.0, we dropped support for Kubernetes versions < 1.21.0. diff --git a/charts/backup/templates/NOTES.txt b/charts/backup/templates/NOTES.txt index e69de29b..079f3d4d 100644 --- a/charts/backup/templates/NOTES.txt +++ b/charts/backup/templates/NOTES.txt @@ -0,0 +1,4 @@ +The repository for this chart is deprecated and no longer updated. +Please migrate to github.com/community-tooling/charts. + +See https://github.com/morremeyer/charts/blob/main/README.md for instructions. diff --git a/charts/cronjob/Chart.yaml b/charts/cronjob/Chart.yaml index f29dc4f5..49a25817 100644 --- a/charts/cronjob/Chart.yaml +++ b/charts/cronjob/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: cronjob -description: Run jobs on a schedule +description: Please migrate to github.com/community-tooling/charts type: application -version: 3.1.4 +version: 4.0.0 maintainers: - name: morremeyer - name: ekeih diff --git a/charts/cronjob/README.md b/charts/cronjob/README.md index 269f0a3a..be7d8ed6 100644 --- a/charts/cronjob/README.md +++ b/charts/cronjob/README.md @@ -1,8 +1,8 @@ # cronjob -![Version: 3.1.4](https://img.shields.io/badge/Version-3.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 4.0.0](https://img.shields.io/badge/Version-4.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) -Run jobs on a schedule +Please migrate to github.com/community-tooling/charts ## Maintainers diff --git a/charts/cronjob/UPGRADING.md b/charts/cronjob/UPGRADING.md index 8ad7224a..2f0b9d8c 100644 --- a/charts/cronjob/UPGRADING.md +++ b/charts/cronjob/UPGRADING.md @@ -1,5 +1,10 @@ # Upgrading +## To 4.0.0 + +Do not upgrade to this version, to github.com/community-tooling/charts instead. +See https://github.com/morremeyer/charts/blob/main/README.md for instructions. + ## 2.1.1 to 3.0.0 With 3.0.0, we dropped support for Kubernetes versions < 1.21.0. diff --git a/charts/cronjob/templates/NOTES.txt b/charts/cronjob/templates/NOTES.txt new file mode 100644 index 00000000..079f3d4d --- /dev/null +++ b/charts/cronjob/templates/NOTES.txt @@ -0,0 +1,4 @@ +The repository for this chart is deprecated and no longer updated. +Please migrate to github.com/community-tooling/charts. + +See https://github.com/morremeyer/charts/blob/main/README.md for instructions. diff --git a/charts/generic/Chart.yaml b/charts/generic/Chart.yaml index 4c5822e3..faea0df3 100644 --- a/charts/generic/Chart.yaml +++ b/charts/generic/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: generic -description: A chart for generic applications. Use this if you need to deploy something without wanting to build a fully fledged new helm chart. +description: Please migrate to github.com/community-tooling/charts type: application -version: 7.2.1 +version: 8.0.0 maintainers: - name: morremeyer - name: ekeih diff --git a/charts/generic/README.md b/charts/generic/README.md index 7e009c12..9906fec2 100644 --- a/charts/generic/README.md +++ b/charts/generic/README.md @@ -1,8 +1,8 @@ # generic -![Version: 7.2.1](https://img.shields.io/badge/Version-7.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 8.0.0](https://img.shields.io/badge/Version-8.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) -A chart for generic applications. Use this if you need to deploy something without wanting to build a fully fledged new helm chart. +Please migrate to github.com/community-tooling/charts ## Maintainers diff --git a/charts/generic/UPGRADING.md b/charts/generic/UPGRADING.md index 55b42209..4ceb86f5 100644 --- a/charts/generic/UPGRADING.md +++ b/charts/generic/UPGRADING.md @@ -1,5 +1,10 @@ # Upgrading +## To 8.0.0 + +Do not upgrade to this version, to github.com/community-tooling/charts instead. +See https://github.com/morremeyer/charts/blob/main/README.md for instructions. + ## 6.1.0 to 7.0.0 Version 7.0.0 breaks compatibility for Kubernetes versions < 1.23. diff --git a/charts/generic/templates/NOTES.txt b/charts/generic/templates/NOTES.txt index 5f4decf4..079f3d4d 100644 --- a/charts/generic/templates/NOTES.txt +++ b/charts/generic/templates/NOTES.txt @@ -1,22 +1,4 @@ -1. Get the application URL by running these commands: -{{- if .Values.ingress.enabled }} -{{- range $host := .Values.ingress.hosts }} - {{- range .paths }} - http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}{{ .path }} - {{- end }} -{{- end }} -{{- else if contains "NodePort" .Values.service.type }} - export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "generic.fullname" . }}) - export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}") - echo http://$NODE_IP:$NODE_PORT -{{- else if contains "LoadBalancer" .Values.service.type }} - NOTE: It may take a few minutes for the LoadBalancer IP to be available. - You can watch the status of by running 'kubectl get --namespace {{ .Release.Namespace }} svc -w {{ include "generic.fullname" . }}' - export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "generic.fullname" . }} --template "{{"{{ range (index .status.loadBalancer.ingress 0) }}{{.}}{{ end }}"}}") - echo http://$SERVICE_IP:{{ .Values.service.port }} -{{- else if contains "ClusterIP" .Values.service.type }} - export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "generic.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}") - export CONTAINER_PORT=$(kubectl get pod --namespace {{ .Release.Namespace }} $POD_NAME -o jsonpath="{.spec.containers[0].ports[0].containerPort}") - echo "Visit http://127.0.0.1:8080 to use your application" - kubectl --namespace {{ .Release.Namespace }} port-forward $POD_NAME 8080:$CONTAINER_PORT -{{- end }} +The repository for this chart is deprecated and no longer updated. +Please migrate to github.com/community-tooling/charts. + +See https://github.com/morremeyer/charts/blob/main/README.md for instructions. diff --git a/charts/hcloud-ccm-networks/Chart.yaml b/charts/hcloud-ccm-networks/Chart.yaml index 966d56b6..ecaf14ef 100644 --- a/charts/hcloud-ccm-networks/Chart.yaml +++ b/charts/hcloud-ccm-networks/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: hcloud-ccm-networks -description: Deploys the hcloud-ccm +description: Please migrate to github.com/community-tooling/charts home: https://github.com/morremeyer/charts sources: @@ -8,8 +8,7 @@ sources: type: application -# renovate datasource=github-releases depName=hetznercloud/hcloud-cloud-controller-manager -version: 1.16.0 +version: 2.0.0 # renovate datasource=github-releases depName=hetznercloud/hcloud-cloud-controller-manager appVersion: 1.16.0 diff --git a/charts/hcloud-ccm-networks/README.md b/charts/hcloud-ccm-networks/README.md index 1bd73679..6192a14c 100644 --- a/charts/hcloud-ccm-networks/README.md +++ b/charts/hcloud-ccm-networks/README.md @@ -1,8 +1,8 @@ # hcloud-ccm-networks -![Version: 1.16.0](https://img.shields.io/badge/Version-1.16.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square) +![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square) -Deploys the hcloud-ccm +Please migrate to github.com/community-tooling/charts **Homepage:** ## Maintainers diff --git a/charts/hcloud-ccm-networks/templates/NOTES.txt b/charts/hcloud-ccm-networks/templates/NOTES.txt new file mode 100644 index 00000000..079f3d4d --- /dev/null +++ b/charts/hcloud-ccm-networks/templates/NOTES.txt @@ -0,0 +1,4 @@ +The repository for this chart is deprecated and no longer updated. +Please migrate to github.com/community-tooling/charts. + +See https://github.com/morremeyer/charts/blob/main/README.md for instructions. diff --git a/charts/hcloud-csi-driver/Chart.yaml b/charts/hcloud-csi-driver/Chart.yaml index b31c38f6..2d10059c 100644 --- a/charts/hcloud-csi-driver/Chart.yaml +++ b/charts/hcloud-csi-driver/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: hcloud-csi-driver -description: Deploys the hcloud-csi-driver +description: Please migrate to github.com/community-tooling/charts home: https://github.com/morremeyer/charts sources: @@ -8,8 +8,7 @@ sources: type: application -# renovate datasource=github-releases depName=hetznercloud/csi-driver -version: 2.3.2 +version: 3.0.0 # renovate datasource=github-releases depName=hetznercloud/csi-driver appVersion: 2.3.2 diff --git a/charts/hcloud-csi-driver/README.md b/charts/hcloud-csi-driver/README.md index 1ec1b7d5..9f58acce 100644 --- a/charts/hcloud-csi-driver/README.md +++ b/charts/hcloud-csi-driver/README.md @@ -1,8 +1,8 @@ # hcloud-csi-driver -![Version: 2.3.2](https://img.shields.io/badge/Version-2.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.2](https://img.shields.io/badge/AppVersion-2.3.2-informational?style=flat-square) +![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.2](https://img.shields.io/badge/AppVersion-2.3.2-informational?style=flat-square) -Deploys the hcloud-csi-driver +Please migrate to github.com/community-tooling/charts **Homepage:** ## Maintainers diff --git a/charts/hcloud-csi-driver/templates/NOTES.txt b/charts/hcloud-csi-driver/templates/NOTES.txt new file mode 100644 index 00000000..079f3d4d --- /dev/null +++ b/charts/hcloud-csi-driver/templates/NOTES.txt @@ -0,0 +1,4 @@ +The repository for this chart is deprecated and no longer updated. +Please migrate to github.com/community-tooling/charts. + +See https://github.com/morremeyer/charts/blob/main/README.md for instructions. diff --git a/charts/kube-prometheus-stack-crds/Chart.yaml b/charts/kube-prometheus-stack-crds/Chart.yaml index d7ee9047..2b00aeba 100644 --- a/charts/kube-prometheus-stack-crds/Chart.yaml +++ b/charts/kube-prometheus-stack-crds/Chart.yaml @@ -1,8 +1,7 @@ apiVersion: v2 name: kube-prometheus-stack-crds -description: Deploys the kube-prometheus-stack CRDs to your cluster +description: Please migrate to github.com/community-tooling/charts type: application -# renovate datasource=helm registryUrl=https://prometheus-community.github.io/helm-charts depName=kube-prometheus-stack -version: 47.3.0 +version: 48.0.0 maintainers: - name: morremeyer diff --git a/charts/kube-prometheus-stack-crds/README.md b/charts/kube-prometheus-stack-crds/README.md index e84953b9..51c7047a 100644 --- a/charts/kube-prometheus-stack-crds/README.md +++ b/charts/kube-prometheus-stack-crds/README.md @@ -1,8 +1,8 @@ # kube-prometheus-stack-crds -![Version: 47.3.0](https://img.shields.io/badge/Version-47.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 48.0.0](https://img.shields.io/badge/Version-48.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) -Deploys the kube-prometheus-stack CRDs to your cluster +Please migrate to github.com/community-tooling/charts This chart is released in lockstep with [kube-prometheus-stack](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack). diff --git a/charts/kube-prometheus-stack-crds/templates/NOTES.txt b/charts/kube-prometheus-stack-crds/templates/NOTES.txt new file mode 100644 index 00000000..079f3d4d --- /dev/null +++ b/charts/kube-prometheus-stack-crds/templates/NOTES.txt @@ -0,0 +1,4 @@ +The repository for this chart is deprecated and no longer updated. +Please migrate to github.com/community-tooling/charts. + +See https://github.com/morremeyer/charts/blob/main/README.md for instructions. diff --git a/charts/mailtrain/Chart.yaml b/charts/mailtrain/Chart.yaml index f497c675..09b2643a 100644 --- a/charts/mailtrain/Chart.yaml +++ b/charts/mailtrain/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: mailtrain -description: Runs mailtrain in your kubernetes cluster +description: Please migrate to github.com/community-tooling/charts type: application -version: 2.0.0 +version: 3.0.0 maintainers: - name: morremeyer diff --git a/charts/mailtrain/README.md b/charts/mailtrain/README.md index 0da18049..2ae5ad64 100644 --- a/charts/mailtrain/README.md +++ b/charts/mailtrain/README.md @@ -1,8 +1,8 @@ # mailtrain -![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) -Runs mailtrain in your kubernetes cluster +Please migrate to github.com/community-tooling/charts ## Maintainers diff --git a/charts/mailtrain/UPGRADING.md b/charts/mailtrain/UPGRADING.md index f0d5abfa..80d9ddf0 100644 --- a/charts/mailtrain/UPGRADING.md +++ b/charts/mailtrain/UPGRADING.md @@ -1,5 +1,10 @@ # Upgrading +## To 3.0.0 + +Do not upgrade to this version, to github.com/community-tooling/charts instead. +See https://github.com/morremeyer/charts/blob/main/README.md for instructions. + ## 1.2.3 to 2.0.0 ### Kubernetes Version diff --git a/charts/mailtrain/templates/NOTES.txt b/charts/mailtrain/templates/NOTES.txt index e0e6bba0..079f3d4d 100644 --- a/charts/mailtrain/templates/NOTES.txt +++ b/charts/mailtrain/templates/NOTES.txt @@ -1,22 +1,4 @@ -1. Get the application URL by running these commands: -{{- if .Values.ingress.enabled }} -{{- range $host := .Values.ingress.hosts }} - {{- range .paths }} - http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}{{ . }} - {{- end }} -{{- end }} -{{- else if contains "NodePort" .Values.service.type }} - export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "mailtrain.fullname" . }}) - export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}") - echo http://$NODE_IP:$NODE_PORT -{{- else if contains "LoadBalancer" .Values.service.type }} - NOTE: It may take a few minutes for the LoadBalancer IP to be available. - You can watch the status of by running 'kubectl get --namespace {{ .Release.Namespace }} svc -w {{ include "mailtrain.fullname" . }}' - export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "mailtrain.fullname" . }} --template "{{"{{ range (index .status.loadBalancer.ingress 0) }}{{.}}{{ end }}"}}") - echo http://$SERVICE_IP:{{ .Values.service.port }} -{{- else if contains "ClusterIP" .Values.service.type }} - export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "mailtrain.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}") - export CONTAINER_PORT=$(kubectl get pod --namespace {{ .Release.Namespace }} $POD_NAME -o jsonpath="{.spec.containers[0].ports[0].containerPort}") - echo "Visit http://127.0.0.1:8080 to use your application" - kubectl --namespace {{ .Release.Namespace }} port-forward $POD_NAME 8080:$CONTAINER_PORT -{{- end }} +The repository for this chart is deprecated and no longer updated. +Please migrate to github.com/community-tooling/charts. + +See https://github.com/morremeyer/charts/blob/main/README.md for instructions. diff --git a/charts/namespaces/Chart.yaml b/charts/namespaces/Chart.yaml index b9d37389..5900a600 100644 --- a/charts/namespaces/Chart.yaml +++ b/charts/namespaces/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: namespaces -description: Deploy namespaces with (default) networkpolicies +description: Please migrate to github.com/community-tooling/charts type: application -version: 3.1.1 +version: 4.0.0 maintainers: - name: morremeyer email: charts@mor.re diff --git a/charts/namespaces/README.md b/charts/namespaces/README.md index e8856789..b43535a8 100644 --- a/charts/namespaces/README.md +++ b/charts/namespaces/README.md @@ -1,8 +1,8 @@ # namespaces -![Version: 3.1.1](https://img.shields.io/badge/Version-3.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 4.0.0](https://img.shields.io/badge/Version-4.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) -Deploy namespaces with (default) networkpolicies +Please migrate to github.com/community-tooling/charts ## Maintainers diff --git a/charts/namespaces/UPGRADING.md b/charts/namespaces/UPGRADING.md new file mode 100644 index 00000000..0f2fa34d --- /dev/null +++ b/charts/namespaces/UPGRADING.md @@ -0,0 +1,6 @@ +# Upgrading + +## To 4.0.0 + +Do not upgrade to this version, to github.com/community-tooling/charts instead. +See https://github.com/morremeyer/charts/blob/main/README.md for instructions. diff --git a/charts/namespaces/templates/NOTES.txt b/charts/namespaces/templates/NOTES.txt new file mode 100644 index 00000000..079f3d4d --- /dev/null +++ b/charts/namespaces/templates/NOTES.txt @@ -0,0 +1,4 @@ +The repository for this chart is deprecated and no longer updated. +Please migrate to github.com/community-tooling/charts. + +See https://github.com/morremeyer/charts/blob/main/README.md for instructions. diff --git a/charts/znc/Chart.yaml b/charts/znc/Chart.yaml index 409d2953..98c2d267 100644 --- a/charts/znc/Chart.yaml +++ b/charts/znc/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: znc -description: Installs ZNC (an IRC bouncer) to your cluster +description: Please migrate to github.com/community-tooling/charts type: application -version: 1.0.2 +version: 2.0.0 maintainers: - name: morremeyer email: charts@mor.re diff --git a/charts/znc/README.md b/charts/znc/README.md index ec0a42e8..78ec414a 100644 --- a/charts/znc/README.md +++ b/charts/znc/README.md @@ -1,8 +1,8 @@ # znc -![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) -Installs ZNC (an IRC bouncer) to your cluster +Please migrate to github.com/community-tooling/charts :warning: Ingress does not support TLS termination yet. Therefore, this chart does not yet provide any ability to expose the IRC TLS port. This will follow in an upcoming version. diff --git a/charts/znc/UPGRADING.md b/charts/znc/UPGRADING.md new file mode 100644 index 00000000..46932c6b --- /dev/null +++ b/charts/znc/UPGRADING.md @@ -0,0 +1,6 @@ +# Upgrading + +## To 2.0.0 + +Do not upgrade to this version, to github.com/community-tooling/charts instead. +See https://github.com/morremeyer/charts/blob/main/README.md for instructions. diff --git a/charts/znc/templates/NOTES.txt b/charts/znc/templates/NOTES.txt index f1ea7a27..079f3d4d 100644 --- a/charts/znc/templates/NOTES.txt +++ b/charts/znc/templates/NOTES.txt @@ -1,22 +1,4 @@ -1. Get the application URL by running these commands: -{{- if .Values.ingress.enabled }} -{{- range $host := .Values.ingress.hosts }} - {{- range .paths }} - http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}{{ .path }} - {{- end }} -{{- end }} -{{- else if contains "NodePort" .Values.service.type }} - export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "znc.fullname" . }}) - export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}") - echo http://$NODE_IP:$NODE_PORT -{{- else if contains "LoadBalancer" .Values.service.type }} - NOTE: It may take a few minutes for the LoadBalancer IP to be available. - You can watch the status of by running 'kubectl get --namespace {{ .Release.Namespace }} svc -w {{ include "znc.fullname" . }}' - export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "znc.fullname" . }} --template "{{"{{ range (index .status.loadBalancer.ingress 0) }}{{.}}{{ end }}"}}") - echo http://$SERVICE_IP:{{ .Values.service.port }} -{{- else if contains "ClusterIP" .Values.service.type }} - export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "znc.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}") - export CONTAINER_PORT=$(kubectl get pod --namespace {{ .Release.Namespace }} $POD_NAME -o jsonpath="{.spec.containers[0].ports[0].containerPort}") - echo "Visit http://127.0.0.1:8080 to use your application" - kubectl --namespace {{ .Release.Namespace }} port-forward $POD_NAME 8080:$CONTAINER_PORT -{{- end }} +The repository for this chart is deprecated and no longer updated. +Please migrate to github.com/community-tooling/charts. + +See https://github.com/morremeyer/charts/blob/main/README.md for instructions.