Skip to content

Commit

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

feat: update docker image ghcr.io/k8s-at-home/kubectl to v1.24.0
  • Loading branch information
h3mmy authored May 3, 2022
2 parents 16fb325 + 8c13be0 commit 0043fc3
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.23.6
image: ghcr.io/k8s-at-home/kubectl:v1.24.0
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.23.6
tag: v1.24.0

deployRestic: true

Expand Down

0 comments on commit 0043fc3

Please sign in to comment.