Skip to content
Snippets Groups Projects
Commit cd0aadfc authored by Stackspin-renovate Bot's avatar Stackspin-renovate Bot
Browse files

Update bitnami/kubectl Docker tag to v1.26.4

parent 3b278cd9
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ services:
- kube_port_mysql
entrypoint: ["bash", "-c", "flask run --host $$(hostname -i)"]
kube_port_kratos_admin:
image: bitnami/kubectl:1.26.3
image: bitnami/kubectl:1.26.4
user: "${KUBECTL_UID}:${KUBECTL_GID}"
expose:
- 8000
......@@ -64,7 +64,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.26.3
image: bitnami/kubectl:1.26.4
user: "${KUBECTL_UID}:${KUBECTL_GID}"
expose:
- 4445
......@@ -72,7 +72,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.26.3
image: bitnami/kubectl:1.26.4
user: "${KUBECTL_UID}:${KUBECTL_GID}"
ports:
- "8080:8080"
......@@ -82,7 +82,7 @@ services:
- "$KUBECONFIG:/.kube/config"
entrypoint: ["bash", "-c", "kubectl -n stackspin port-forward --address 0.0.0.0 service/kratos-public 8080:80"]
kube_port_mysql:
image: bitnami/kubectl:1.26.3
image: bitnami/kubectl:1.26.4
user: "${KUBECTL_UID}:${KUBECTL_GID}"
expose:
- 3306
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment