diff --git a/bitnami/kubeapps-dashboard/2/debian-10/Dockerfile b/bitnami/kubeapps-dashboard/2/debian-10/Dockerfile index 2538dfb068a4..88a1df9ca7f0 100644 --- a/bitnami/kubeapps-dashboard/2/debian-10/Dockerfile +++ b/bitnami/kubeapps-dashboard/2/debian-10/Dockerfile @@ -10,7 +10,7 @@ COPY prebuildfs / RUN install_packages acl ca-certificates curl gzip libc6 libgeoip1 libpcre3 libssl1.1 procps tar zlib1g RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nginx" "1.21.6-4" --checksum 305f5b0413081f7911932bc7144c478858444e16e7ef917123f50455a490c427 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-10" --checksum 97c2ae4b001c5937e888b920bee7b1a40a076680caac53ded6d10f6207d54565 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kubeapps" "2.4.3-3" --checksum 3c3f4a8594b77587a2d17200d1339c7ea7daa668b01cf45634395e1e84da4bc0 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kubeapps" "2.4.4-1" --checksum 282894efbaa1ab110fcd87f0fc6da73bc25e871c51ee6b3db153cefdbb046990 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1 RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives @@ -23,9 +23,8 @@ RUN rm -rf /app && \ mv /opt/bitnami/kubeapps/build /app RUN chmod -R g+rwX /opt/bitnami/nginx/conf RUN /opt/bitnami/scripts/nginx/postunpack.sh -ENV APP_VERSION="2.4.3" \ +ENV APP_VERSION="2.4.4" \ BITNAMI_APP_NAME="kubeapps-dashboard" \ - BITNAMI_IMAGE_VERSION="2.4.3-debian-10-r43" \ NGINX_HTTPS_PORT_NUMBER="" \ NGINX_HTTP_PORT_NUMBER="" \ PATH="/opt/bitnami/nginx/sbin:/opt/bitnami/common/bin:$PATH" diff --git a/bitnami/kubeapps-dashboard/2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/kubeapps-dashboard/2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index cc1d72e01cca..9e28bf68fb79 100644 --- a/bitnami/kubeapps-dashboard/2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/kubeapps-dashboard/2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -8,10 +8,10 @@ }, "kubeapps": { "arch": "amd64", - "digest": "3c3f4a8594b77587a2d17200d1339c7ea7daa668b01cf45634395e1e84da4bc0", + "digest": "282894efbaa1ab110fcd87f0fc6da73bc25e871c51ee6b3db153cefdbb046990", "distro": "debian-10", "type": "NAMI", - "version": "2.4.3-3" + "version": "2.4.4-1" }, "nginx": { "arch": "amd64", diff --git a/bitnami/kubeapps-dashboard/README.md b/bitnami/kubeapps-dashboard/README.md index 47189d068398..f2d2a11a310f 100644 --- a/bitnami/kubeapps-dashboard/README.md +++ b/bitnami/kubeapps-dashboard/README.md @@ -4,7 +4,7 @@ > Kubeapps is a web-based UI for launching and managing applications on Kubernetes. It allows users to deploy trusted applications and operators to control users access to the cluster. -[Overview of Kubeapps](https://kubeapps.com) +[Overview of Kubeapps](https://github.com/vmware-tanzu/kubeapps) @@ -39,11 +39,11 @@ Non-root container images add an extra layer of security and are generally recom Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`2`, `2-debian-10`, `2.4.3`, `2.4.3-debian-10-r43`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-dashboard/blob/2.4.3-debian-10-r43/2/debian-10/Dockerfile) +* [`2`, `2-debian-10`, `2.4.4`, `2.4.4-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-dashboard/blob/2.4.4-debian-10-r0/2/debian-10/Dockerfile) ## Configuration -For further documentation, please check [here](https://github.com/kubeapps/kubeapps/tree/master/docs). +For further documentation, please check [here](https://github.com/vmware-tanzu/kubeapps/tree/main/docs). ## Contributing