Skip to content

Commit

Permalink
Merge pull request #892 from h3mmy/renovate/ghcr.io-k8s-at-home-kubec…
Browse files Browse the repository at this point in the history
…tl-1.24.x

fix: update docker image ghcr.io/k8s-at-home/kubectl to v1.24.1
  • Loading branch information
h3mmy authored May 26, 2022
2 parents 4f2379d + 165d3d8 commit 55d540f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cluster/apps/networking/ddns/cron-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
restartPolicy: Never
containers:
- name: cloudflare-ddns
image: ghcr.io/k8s-at-home/kubectl:v1.24.0
image: ghcr.io/k8s-at-home/kubectl:v1.24.1
imagePullPolicy: IfNotPresent
env:
- name: TZ
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/velero/velero/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
kubectl:
image:
repository: ghcr.io/k8s-at-home/kubectl
tag: v1.24.0
tag: v1.24.1

deployRestic: true

Expand Down

0 comments on commit 55d540f

Please sign in to comment.