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

Update bitnami/kubectl Docker tag to v1.27.5

parent 42c34dce
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ services:
- kube_port_mysql
entrypoint: ["bash", "-c", "flask run --host $$(hostname -i)"]
kube_port_kratos_admin:
image: bitnami/kubectl:1.27.4
image: bitnami/kubectl:1.27.5
user: "${KUBECTL_UID}:${KUBECTL_GID}"
expose:
- 8000
......@@ -70,7 +70,7 @@ services:
"kubectl -n stackspin port-forward --address $$(hostname -i) service/kratos-admin 8000:80",
]
kube_port_hydra_admin:
image: bitnami/kubectl:1.27.4
image: bitnami/kubectl:1.27.5
user: "${KUBECTL_UID}:${KUBECTL_GID}"
expose:
- 4445
......@@ -83,7 +83,7 @@ services:
"kubectl -n stackspin port-forward --address $$(hostname -i) service/hydra-admin 4445:4445",
]
kube_port_kratos_public:
image: bitnami/kubectl:1.27.4
image: bitnami/kubectl:1.27.5
user: "${KUBECTL_UID}:${KUBECTL_GID}"
ports:
- "8080:8080"
......@@ -98,7 +98,7 @@ services:
"kubectl -n stackspin port-forward --address 0.0.0.0 service/kratos-public 8080:80",
]
kube_port_mysql:
image: bitnami/kubectl:1.27.4
image: bitnami/kubectl:1.27.5
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