Skip to content

Commit

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

fix: update docker image ghcr.io/k8s-at-home/kubectl to v1.23.4
  • Loading branch information
h3mmy authored Feb 17, 2022
2 parents df16d83 + a65cac0 commit a52cd9b
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.3
image: ghcr.io/k8s-at-home/kubectl:v1.23.4
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.3
tag: v1.23.4

deployRestic: true

Expand Down

0 comments on commit a52cd9b

Please sign in to comment.