Skip to content
Snippets Groups Projects
Commit 5028c13b 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.3

See merge request stackspin/dashboard!157
parents ee025f09 543d66a9
No related branches found
No related tags found
1 merge request!157Update bitnami/kubectl Docker tag to v1.28.3
Pipeline #43312 passed with stages
in 3 minutes and 8 seconds
......@@ -57,7 +57,7 @@ services:
- kube_port_mysql
entrypoint: ["bash", "-c", "flask run --host $$(hostname -i)"]
kube_port_kratos_admin:
image: bitnami/kubectl:1.28.2
image: bitnami/kubectl:1.28.3
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.28.2
image: bitnami/kubectl:1.28.3
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.28.2
image: bitnami/kubectl:1.28.3
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.28.2
image: bitnami/kubectl:1.28.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