diff --git a/charts/ntfy/Chart.yaml b/charts/ntfy/Chart.yaml index 0137517..1d219cb 100644 --- a/charts/ntfy/Chart.yaml +++ b/charts/ntfy/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v2 description: Helm chart for ntfy name: ntfy type: application -version: 0.0.6 +version: 0.0.7 kubeVersion: ">=1.16.0-0" keywords: - ntfy @@ -18,7 +18,7 @@ maintainers: # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.28.0" +appVersion: "1.31.0" dependencies: - name: common diff --git a/charts/ntfy/values.yaml b/charts/ntfy/values.yaml index a6e488d..a9e3eaa 100644 --- a/charts/ntfy/values.yaml +++ b/charts/ntfy/values.yaml @@ -7,7 +7,7 @@ image: repository: docker.io/binwiederhier/ntfy - tag: "1.28.0@sha256:45cacbfa46554b8feba86bb2fec42e638dd911e70061128a5690896839ec0156" + tag: "1.31.0@sha256:5b7c4762d9c18d2e7579f8da5fdfa4618417172f5c5db95f83ee59f23d244668" pullPolicy: Always args: ["serve"]