1
0
Fork 0
Commit Graph

10 Commits (master)

Author SHA1 Message Date
bot e140e9d49d ntfy: Update to 2.14.0 2025-08-16 11:32:10 +00:00
Dustin 5da80c6a55 ntfy: Set imagePullPolicy: IfNotPresent
We don't want to pull public container images that already exist.  This
creates prevents pods from starting if there is any connectivity issue
with the upstream registry.
2025-07-21 15:07:01 -05:00
bot 05048cbaa1 ntfy: Update to 2.13.0 2025-07-12 11:32:13 +00:00
bot 4d9598af73 ntfy: Update to 2.12.0 2025-06-14 11:32:25 +00:00
Dustin 1c6286a977 ntfy: Migrate to Kustomize
Using Kustomize, we can define the configuration file separately from
the Kubernetes resources, and use `configMapGenerators` to generate the
ConfigMap for it.  Additionally, this will make it possible to update
_ntfy_ using `updatebot`.
2024-09-22 12:00:28 -05:00
Dustin 9c50acb6b9 ntfy: Handle ntfy.pyrocufflink.net name
Now that the reverse proxy that handles requests from the Internet uses
TLS pass-through, the Ingress for _ntfy_ needs to recognize both the
internal and external name.
2024-08-24 11:31:47 -05:00
Dustin 1a83e4be89 ntfy: Set instance label for Argo CD
Argo CD wants every resource managed by an application to have that
application's name as the value of the `app.kubernetes.io/instance`
label.
2023-10-14 07:28:05 -05:00
Dustin a79883aecd ntfy: Update to v2.5.0 2023-06-20 14:44:52 -05:00
Dustin ce0440a33c ntfy: Allow notification attachments
*ntfy* allows notifications to include arbitrary file attachments.  For
images, it will even show them in the notification.  In order to support
this, the server must be configured with a writable filesystem location
to cache the files.
2023-01-13 09:41:10 -06:00
Dustin 06f7c55911 ntfy: Deploy ntfy.sh
*ntfy* is a simple but powerful push notification service.
2022-12-18 17:43:47 -06:00