Skip to content

Commit

Permalink
kuma: use the default base (debian) instead of alpine (#79)
Browse files Browse the repository at this point in the history
* Run multiples updates if necessary

* Create CI

* Commit when done

* Lint

* Fake update

* Configure git before commit

* forgot to push after commit

* add github-token

* checkout with PR number

* checkout with PR number

* Add permissions

* [AUTO] Update chart version

* Only change chart version if PR opened

* lint

* Use the default base (debian) instead of alpine

* [AUTO] Update chart version

---------

Co-authored-by: QJoly <[email protected]>
  • Loading branch information
Quentin JOLY and qjoly authored Oct 29, 2023
1 parent 9a370a0 commit 539fac7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/uptime-kuma/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apiVersion: v2
type: application
name: uptime-kuma
description: Uptime Kuma is an easy-to-use self-hosted monitoring tool.
version: 1.0.4
appVersion: 1.23.3-alpine
version: 1.0.5
appVersion: 1.23.3
icon: https://raw.githubusercontent.com/RubxKube/charts/main/img/uptime-kuma-logo.png
maintainers:
- name: QJOLY
Expand Down
2 changes: 1 addition & 1 deletion charts/uptime-kuma/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ common:
isPrivate: false
secretName: null
repository: louislam/uptime-kuma
tag: 1.23.3-alpine
tag: 1.23.3
pullPolicy: Always

# ingress
Expand Down

0 comments on commit 539fac7

Please sign in to comment.