Skip to content

Commit

Permalink
chore(deps): update docker.io/alpine/k8s docker tag to v1.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2023
1 parent f3d946d commit 460b015
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/kustomization/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image:
repository: docker.io/alpine/k8s # https://github.com/alpine-docker/k8s
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "1.26.0"
tag: "1.26.1"

imagePullSecrets: []
nameOverride: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ spec:
secretKeyRef:
key: admin-password
name: grafana-secret
image: "docker.io/alpine/k8s:1.26.0"
image: "docker.io/alpine/k8s:1.26.1"
imagePullPolicy: Always
name: kubectl
securityContext:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ spec:
done
fi
EOF
image: docker.io/alpine/k8s:1.25.4
image: docker.io/alpine/k8s:1.26.1
imagePullPolicy: IfNotPresent
securityContext:
runAsNonRoot: false
Expand Down

0 comments on commit 460b015

Please sign in to comment.