chore(deps): update bitnami/kubectl docker tag to v1.25.3
This commit is contained in:
parent
3d598a8557
commit
f763dc93f5
1 changed files with 4 additions and 4 deletions
|
@ -45,7 +45,7 @@ services:
|
||||||
- kube_port_mysql
|
- kube_port_mysql
|
||||||
entrypoint: ["bash", "-c", "flask run --host $$(hostname -i)"]
|
entrypoint: ["bash", "-c", "flask run --host $$(hostname -i)"]
|
||||||
kube_port_kratos_admin:
|
kube_port_kratos_admin:
|
||||||
image: bitnami/kubectl:1.25.2
|
image: bitnami/kubectl:1.25.3
|
||||||
user: "${KUBECTL_UID}:${KUBECTL_GID}"
|
user: "${KUBECTL_UID}:${KUBECTL_GID}"
|
||||||
expose:
|
expose:
|
||||||
- 8000
|
- 8000
|
||||||
|
@ -53,7 +53,7 @@ services:
|
||||||
- "$KUBECONFIG:/.kube/config"
|
- "$KUBECONFIG:/.kube/config"
|
||||||
entrypoint: ["bash", "-c", "kubectl -n stackspin port-forward --address $$(hostname -i) service/kratos-admin 8000:80"]
|
entrypoint: ["bash", "-c", "kubectl -n stackspin port-forward --address $$(hostname -i) service/kratos-admin 8000:80"]
|
||||||
kube_port_hydra_admin:
|
kube_port_hydra_admin:
|
||||||
image: bitnami/kubectl:1.25.2
|
image: bitnami/kubectl:1.25.3
|
||||||
user: "${KUBECTL_UID}:${KUBECTL_GID}"
|
user: "${KUBECTL_UID}:${KUBECTL_GID}"
|
||||||
expose:
|
expose:
|
||||||
- 4445
|
- 4445
|
||||||
|
@ -61,7 +61,7 @@ services:
|
||||||
- "$KUBECONFIG:/.kube/config"
|
- "$KUBECONFIG:/.kube/config"
|
||||||
entrypoint: ["bash", "-c", "kubectl -n stackspin port-forward --address $$(hostname -i) service/hydra-admin 4445:4445"]
|
entrypoint: ["bash", "-c", "kubectl -n stackspin port-forward --address $$(hostname -i) service/hydra-admin 4445:4445"]
|
||||||
kube_port_kratos_public:
|
kube_port_kratos_public:
|
||||||
image: bitnami/kubectl:1.25.2
|
image: bitnami/kubectl:1.25.3
|
||||||
user: "${KUBECTL_UID}:${KUBECTL_GID}"
|
user: "${KUBECTL_UID}:${KUBECTL_GID}"
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
|
@ -71,7 +71,7 @@ services:
|
||||||
- "$KUBECONFIG:/.kube/config"
|
- "$KUBECONFIG:/.kube/config"
|
||||||
entrypoint: ["bash", "-c", "kubectl -n stackspin port-forward --address $$(hostname -i) service/kratos-public 8080:80"]
|
entrypoint: ["bash", "-c", "kubectl -n stackspin port-forward --address $$(hostname -i) service/kratos-public 8080:80"]
|
||||||
kube_port_mysql:
|
kube_port_mysql:
|
||||||
image: bitnami/kubectl:1.25.2
|
image: bitnami/kubectl:1.25.3
|
||||||
user: "${KUBECTL_UID}:${KUBECTL_GID}"
|
user: "${KUBECTL_UID}:${KUBECTL_GID}"
|
||||||
expose:
|
expose:
|
||||||
- 3306
|
- 3306
|
||||||
|
|
Loading…
Reference in a new issue