Skip to content

Commit

Permalink
feat(deps): update alpine/k8s docker tag to 1.31.2
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Froberg <[email protected]>
  • Loading branch information
renovate[bot] authored Oct 27, 2024
1 parent 7bc521d commit 6d17d3e
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.25.2
image: alpine/k8s:1.31.2
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.25.2
image: alpine/k8s:1.31.2
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.25.2
image: alpine/k8s:1.31.2
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.25.2
image: alpine/k8s:1.31.2
env:
- name: CONFIGMAPS
value: "rook-ceph-mon-endpoints"
Expand Down

0 comments on commit 6d17d3e

Please sign in to comment.