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

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

parent 3d598a85
No related branches found
No related tags found
1 merge request!61chore(deps): update bitnami/kubectl docker tag to v1.25.3
Pipeline #30633 passed with stages
in 4 minutes and 53 seconds
......@@ -45,7 +45,7 @@ services:
- kube_port_mysql
entrypoint: ["bash", "-c", "flask run --host $$(hostname -i)"]
kube_port_kratos_admin:
image: bitnami/kubectl:1.25.2
image: bitnami/kubectl:1.25.3
user: "${KUBECTL_UID}:${KUBECTL_GID}"
expose:
- 8000
......@@ -53,7 +53,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.25.2
image: bitnami/kubectl:1.25.3
user: "${KUBECTL_UID}:${KUBECTL_GID}"
expose:
- 4445
......@@ -61,7 +61,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.25.2
image: bitnami/kubectl:1.25.3
user: "${KUBECTL_UID}:${KUBECTL_GID}"
ports:
- "8080:8080"
......@@ -71,7 +71,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.25.2
image: bitnami/kubectl:1.25.3
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