Skip to content

Commit

Permalink
Merge pull request #111 from dirsigler/renovate/all
Browse files Browse the repository at this point in the history
chore(deps): update all
  • Loading branch information
dirsigler authored Aug 22, 2023
2 parents 0fea3d0 + 257ad6c commit a1bdfdd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: ct lint --config .github/ct.yaml --target-branch main

- name: Create kind ${{ matrix.k8s }} cluster
uses: helm/kind-action@v1.7.0
uses: helm/kind-action@v1.8.0
if: steps.list-changed.outputs.changed == 'true'
with:
node_image: kindest/node:${{ matrix.k8s }}
Expand Down
4 changes: 2 additions & 2 deletions charts/uptime-kuma/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.21.3"
appVersion: "1.23.0"
deprecated: false
description: A self-hosted Monitoring tool like "Uptime-Robot".
home: https://github.com/dirsigler/uptime-kuma-helm
Expand All @@ -11,4 +11,4 @@ name: uptime-kuma
sources:
- https://github.com/louislam/uptime-kuma
type: application
version: 2.10.0
version: 2.10.1
2 changes: 1 addition & 1 deletion charts/uptime-kuma/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image:
repository: louislam/uptime-kuma
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "1.21.3-debian"
tag: "1.23.0-debian"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit a1bdfdd

Please sign in to comment.