Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
chore: bump major version for all charts to alert to repository move.
Browse files Browse the repository at this point in the history
This is the last commit for this repository.
Please migrate to github.com/community-tooling/charts.
  • Loading branch information
morremeyer committed Jul 13, 2023
1 parent 614c439 commit 9f0ac42
Show file tree
Hide file tree
Showing 34 changed files with 108 additions and 107 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
4 changes: 2 additions & 2 deletions charts/backup/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions charts/backup/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
5 changes: 5 additions & 0 deletions charts/backup/UPGRADING.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 4 additions & 0 deletions charts/backup/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions charts/cronjob/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions charts/cronjob/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
5 changes: 5 additions & 0 deletions charts/cronjob/UPGRADING.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 4 additions & 0 deletions charts/cronjob/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions charts/generic/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions charts/generic/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
5 changes: 5 additions & 0 deletions charts/generic/UPGRADING.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
26 changes: 4 additions & 22 deletions charts/generic/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -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.
5 changes: 2 additions & 3 deletions charts/hcloud-ccm-networks/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
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:
- https://github.com/hetznercloud/hcloud-cloud-controller-manager

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

Expand Down
4 changes: 2 additions & 2 deletions charts/hcloud-ccm-networks/README.md
Original file line number Diff line number Diff line change
@@ -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:** <https://github.com/morremeyer/charts>
## Maintainers
Expand Down
4 changes: 4 additions & 0 deletions charts/hcloud-ccm-networks/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -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.
5 changes: 2 additions & 3 deletions charts/hcloud-csi-driver/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
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:
- https://github.com/hetznercloud/csi-driver

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

Expand Down
4 changes: 2 additions & 2 deletions charts/hcloud-csi-driver/README.md
Original file line number Diff line number Diff line change
@@ -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:** <https://github.com/morremeyer/charts>
## Maintainers
Expand Down
4 changes: 4 additions & 0 deletions charts/hcloud-csi-driver/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -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.
5 changes: 2 additions & 3 deletions charts/kube-prometheus-stack-crds/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions charts/kube-prometheus-stack-crds/README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
4 changes: 4 additions & 0 deletions charts/kube-prometheus-stack-crds/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions charts/mailtrain/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions charts/mailtrain/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
5 changes: 5 additions & 0 deletions charts/mailtrain/UPGRADING.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
26 changes: 4 additions & 22 deletions charts/mailtrain/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions charts/namespaces/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions charts/namespaces/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 6 additions & 0 deletions charts/namespaces/UPGRADING.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 4 additions & 0 deletions charts/namespaces/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions charts/znc/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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: [email protected]
4 changes: 2 additions & 2 deletions charts/znc/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
6 changes: 6 additions & 0 deletions charts/znc/UPGRADING.md
Original file line number Diff line number Diff line change
@@ -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.
26 changes: 4 additions & 22 deletions charts/znc/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 9f0ac42

Please sign in to comment.