Skip to content

Commit

Permalink
Merge pull request #1765 from dfroberg/renovate/alpine-k8s-1.22.x
Browse files Browse the repository at this point in the history
fix(deps): update alpine/k8s to 1.22.10
  • Loading branch information
dfroberg authored Jul 9, 2022
2 parents 1804d11 + 7a85ba6 commit 0bae852
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cluster/core/networking/secret-reflector/cron-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
containers:
- name: secret-reflector
# image: ghcr.io/k8s-at-home/kubectl:v1.22.1
image: alpine/k8s:1.22.9
image: alpine/k8s:1.22.10
env:
- name: SECRETS
value: "${SECRET_DOMAIN//./-}-tls"
Expand All @@ -77,7 +77,7 @@ spec:
readOnly: true
- name: configmap-reflector
# image: ghcr.io/k8s-at-home/kubectl:v1.22.1
image: alpine/k8s:1.22.9
image: alpine/k8s:1.22.10
env:
- name: CONFIGMAPS
value: "none"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
containers:
- name: secret-reflector
# image: ghcr.io/k8s-at-home/kubectl:v1.22.1
image: alpine/k8s:1.22.9
image: alpine/k8s:1.22.10
env:
- name: SECRETS
value: "rook-ceph-mon"
Expand All @@ -34,7 +34,7 @@ spec:
readOnly: true
- name: configmap-reflector
# image: ghcr.io/k8s-at-home/kubectl:v1.22.1
image: alpine/k8s:1.22.9
image: alpine/k8s:1.22.10
env:
- name: CONFIGMAPS
value: "rook-ceph-mon-endpoints"
Expand Down

0 comments on commit 0bae852

Please sign in to comment.