Skip to content

Commit

Permalink
feat: update docker image ghcr.io/k8s-at-home/kubectl to v1.24.0
Browse files Browse the repository at this point in the history
Signed-off-by: Zee Aslam <[email protected]>
  • Loading branch information
bloopy-boi committed May 3, 2022
1 parent 16fb325 commit 220e239
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 220e239

Please sign in to comment.