File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed
Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 44- ghcr.io/appscode/external-dns-operator:v0.0.8
55- ghcr.io/appscode/falco-ui-server:v0.0.4
66- ghcr.io/appscode/fargocd:v0.0.1
7- - ghcr.io/appscode/kube-ui-server:v0.0.64
7+ - ghcr.io/appscode/kube-ui-server:v0.0.65
88- ghcr.io/appscode/kubectl-nonroot:1.31
99- ghcr.io/appscode/operator-shard-manager:v0.0.3
1010- ghcr.io/appscode/panopticon:v0.0.19
11- - ghcr.io/appscode/petset:v0.0.13
11+ - ghcr.io/appscode/petset:v0.0.14
1212- ghcr.io/appscode/pgoutbox:v0.0.2
1313- ghcr.io/appscode/scanner:v0.0.19
1414- ghcr.io/appscode/sidekick:v0.0.11
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : kube-ui-server
33description : A Helm chart for kube-ui-server by AppsCode
44type : application
5- version : v2025.9.15
6- appVersion : v0.0.64
5+ version : v2025.9.30
6+ appVersion : v0.0.65
77home : https://github.com/kubeops/kube-ui-server
88icon : https://cdn.appscode.com/images/products/kubeops/icons/android-icon-192x192.png
99sources :
Original file line number Diff line number Diff line change 77``` bash
88$ helm repo add appscode https://charts.appscode.com/stable/
99$ helm repo update
10- $ helm search repo appscode/kube-ui-server --version=v2025.9.15
11- $ helm upgrade -i kube-ui-server appscode/kube-ui-server -n kubeops --create-namespace --version=v2025.9.15
10+ $ helm search repo appscode/kube-ui-server --version=v2025.9.30
11+ $ helm upgrade -i kube-ui-server appscode/kube-ui-server -n kubeops --create-namespace --version=v2025.9.30
1212```
1313
1414## Introduction
@@ -24,7 +24,7 @@ This chart deploys a Kubernetes UI Server on a [Kubernetes](http://kubernetes.io
2424To install/upgrade the chart with the release name ` kube-ui-server ` :
2525
2626``` bash
27- $ helm upgrade -i kube-ui-server appscode/kube-ui-server -n kubeops --create-namespace --version=v2025.9.15
27+ $ helm upgrade -i kube-ui-server appscode/kube-ui-server -n kubeops --create-namespace --version=v2025.9.30
2828```
2929
3030The command deploys a Kubernetes UI Server on the Kubernetes cluster in the default configuration. The [ configuration] ( #configuration ) section lists the parameters that can be configured during installation.
@@ -100,12 +100,12 @@ The following table lists the configurable parameters of the `kube-ui-server` ch
100100Specify each parameter using the ` --set key=value[,key=value] ` argument to ` helm upgrade -i ` . For example:
101101
102102``` bash
103- $ helm upgrade -i kube-ui-server appscode/kube-ui-server -n kubeops --create-namespace --version=v2025.9.15 --set replicaCount=1
103+ $ helm upgrade -i kube-ui-server appscode/kube-ui-server -n kubeops --create-namespace --version=v2025.9.30 --set replicaCount=1
104104```
105105
106106Alternatively, a YAML file that specifies the values for the parameters can be provided while
107107installing the chart. For example:
108108
109109``` bash
110- $ helm upgrade -i kube-ui-server appscode/kube-ui-server -n kubeops --create-namespace --version=v2025.9.15 --values values.yaml
110+ $ helm upgrade -i kube-ui-server appscode/kube-ui-server -n kubeops --create-namespace --version=v2025.9.30 --values values.yaml
111111```
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 github.com/google/gofuzz v1.2.0
99 k8s.io/api v0.32.3
1010 k8s.io/apimachinery v0.32.3
11- kmodules.xyz/image-packer v0.0.0-20250910174711-6378b00e9203
11+ kmodules.xyz/image-packer v0.0.0-20250922114445-e3ffbc3b5717
1212 kmodules.xyz/schema-checker v0.4.2
1313)
1414
Original file line number Diff line number Diff line change @@ -219,8 +219,8 @@ k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJ
219219k8s.io/utils v0.0.0-20241210054802-24370beab758 /go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0 =
220220kmodules.xyz/client-go v0.32.7 h1:vBAbp8vs4coYRhY4wqm1Hw/eBEDiVU238AyMLSoRJ1c =
221221kmodules.xyz/client-go v0.32.7 /go.mod h1:ZwLnc7UqEXUNSe43n/SnER6+7YAQCu38L2te6YefoHU =
222- kmodules.xyz/image-packer v0.0.0-20250910174711-6378b00e9203 h1:b+nisSFIUpa5hxUskDkEoAM8sdoiGYgpXy0oruNXdBI =
223- kmodules.xyz/image-packer v0.0.0-20250910174711-6378b00e9203 /go.mod h1:BC7IBTyUuSbkqBodrqyb4kuYTBhbzH2634EYZ39pJ6o =
222+ kmodules.xyz/image-packer v0.0.0-20250922114445-e3ffbc3b5717 h1:kCTGj1wnZ/ywHGNRWdGyKyIIc5wfQmRQeYY2hN4x/Ls =
223+ kmodules.xyz/image-packer v0.0.0-20250922114445-e3ffbc3b5717 /go.mod h1:vkhQC3YVAKXzL9+etvXTB03Tj3sdcQAxTDX7XqSnNYc =
224224kmodules.xyz/schema-checker v0.4.2 h1:tAbxEtM759GxDM/3sQi/+OKKwUsEF+Ih4KReV3Eb/Xw =
225225kmodules.xyz/schema-checker v0.4.2 /go.mod h1:N7ETPwfY4LbTHbydC9jjssPmYKKgZ8DC0IuLCU55wwc =
226226kubeops.dev/scanner v0.0.19 h1:J8C94k4j3NY3Y8UGHcG4nCZtmpSqPneCmkuvGNUOv4s =
Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ k8s.io/utils/ptr
423423## explicit; go 1.23.0
424424kmodules.xyz/client-go/api/v1
425425kmodules.xyz/client-go/tools/parser
426- # kmodules.xyz/image-packer v0.0.0-20250910174711-6378b00e9203
426+ # kmodules.xyz/image-packer v0.0.0-20250922114445-e3ffbc3b5717
427427## explicit; go 1.23.0
428428kmodules.xyz/image-packer/pkg/lib
429429# kmodules.xyz/schema-checker v0.4.2
You can’t perform that action at this time.
0 commit comments