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

Merge branch 'renovate/bitnami-kubectl-1.x' into 'main'

Update bitnami/kubectl Docker tag to v1.28.2

See merge request stackspin/dashboard!150
parents 3b0e2c10 c986d14d
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ services: ...@@ -57,7 +57,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.27.6 image: bitnami/kubectl:1.28.2
user: "${KUBECTL_UID}:${KUBECTL_GID}" user: "${KUBECTL_UID}:${KUBECTL_GID}"
expose: expose:
- 8000 - 8000
...@@ -70,7 +70,7 @@ services: ...@@ -70,7 +70,7 @@ services:
"kubectl -n stackspin port-forward --address $$(hostname -i) service/kratos-admin 8000:80", "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.27.6 image: bitnami/kubectl:1.28.2
user: "${KUBECTL_UID}:${KUBECTL_GID}" user: "${KUBECTL_UID}:${KUBECTL_GID}"
expose: expose:
- 4445 - 4445
...@@ -83,7 +83,7 @@ services: ...@@ -83,7 +83,7 @@ services:
"kubectl -n stackspin port-forward --address $$(hostname -i) service/hydra-admin 4445:4445", "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.27.6 image: bitnami/kubectl:1.28.2
user: "${KUBECTL_UID}:${KUBECTL_GID}" user: "${KUBECTL_UID}:${KUBECTL_GID}"
ports: ports:
- "8080:8080" - "8080:8080"
...@@ -98,7 +98,7 @@ services: ...@@ -98,7 +98,7 @@ services:
"kubectl -n stackspin port-forward --address 0.0.0.0 service/kratos-public 8080:80", "kubectl -n stackspin port-forward --address 0.0.0.0 service/kratos-public 8080:80",
] ]
kube_port_mysql: kube_port_mysql:
image: bitnami/kubectl:1.27.6 image: bitnami/kubectl:1.28.2
user: "${KUBECTL_UID}:${KUBECTL_GID}" user: "${KUBECTL_UID}:${KUBECTL_GID}"
expose: expose:
- 3306 - 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