mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
Upgraded to app version 2.1.5
Signed-off-by: Jonas Forsberg <jonas.forsberg@suse.com>
This commit is contained in:
parent
da8b09cf86
commit
497337a36d
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "2.1.4"
|
appVersion: "2.1.5"
|
||||||
description: A simple server for sending and receiving messages
|
description: A simple server for sending and receiving messages
|
||||||
name: gotify
|
name: gotify
|
||||||
version: 1.2.2
|
version: 1.3.0
|
||||||
keywords:
|
keywords:
|
||||||
- gotify
|
- gotify
|
||||||
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/gotify/
|
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/gotify/
|
||||||
@ -20,4 +20,6 @@ dependencies:
|
|||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |-
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version 4.5.2
|
description: upgraded to gotify server 2.1.5
|
||||||
|
- kind: changed:
|
||||||
|
description: switch to GitHub container registry
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
# -- image repository
|
# -- image repository
|
||||||
repository: gotify/server
|
repository: ghcr.io/gotify/server
|
||||||
# -- image tag
|
# -- image tag
|
||||||
# @default -- chart.appVersion
|
# @default -- chart.appVersion
|
||||||
tag:
|
tag:
|
||||||
|
Loading…
Reference in New Issue
Block a user