chore(deps): update bitnami/kubectl docker tag to v1.24.4

This commit is contained in:
Stackspin renovate bot 2022-08-18 06:05:53 +00:00
parent 2baae3e61e
commit 4dacbed57d

View file

@ -40,7 +40,7 @@ services:
- kube_port_mysql
entrypoint: ["bash", "-c", "flask run --host $$(hostname -i)"]
kube_port_kratos_admin:
image: bitnami/kubectl:1.24.3
image: bitnami/kubectl:1.24.4
user: "${KUBECTL_UID}:${KUBECTL_GID}"
expose:
- 8000
@ -48,7 +48,7 @@ services:
- "$KUBECONFIG:/.kube/config"
entrypoint: ["bash", "-c", "kubectl -n stackspin port-forward --address $$(hostname -i) service/kratos-admin 8000:80"]
kube_port_hydra_admin:
image: bitnami/kubectl:1.24.3
image: bitnami/kubectl:1.24.4
user: "${KUBECTL_UID}:${KUBECTL_GID}"
expose:
- 4445
@ -56,7 +56,7 @@ services:
- "$KUBECONFIG:/.kube/config"
entrypoint: ["bash", "-c", "kubectl -n stackspin port-forward --address $$(hostname -i) service/hydra-admin 4445:4445"]
kube_port_kratos_public:
image: bitnami/kubectl:1.24.3
image: bitnami/kubectl:1.24.4
user: "${KUBECTL_UID}:${KUBECTL_GID}"
ports:
- "8080:8080"
@ -66,7 +66,7 @@ services:
- "$KUBECONFIG:/.kube/config"
entrypoint: ["bash", "-c", "kubectl -n stackspin port-forward --address $$(hostname -i) service/kratos-public 8080:80"]
kube_port_mysql:
image: bitnami/kubectl:1.24.3
image: bitnami/kubectl:1.24.4
user: "${KUBECTL_UID}:${KUBECTL_GID}"
expose:
- 3306