Skip to content

Commit

Permalink
Merge branch 'master' into update-cve-report
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Dec 24, 2024
2 parents bcac340 + 3c16b0a commit 79b4201
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion catalog/imagelist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- ghcr.io/appscode/external-dns-operator:v0.0.8
- ghcr.io/appscode/falco-ui-server:v0.0.4
- ghcr.io/appscode/kube-rbac-proxy:v0.15.0
- ghcr.io/appscode/kube-ui-server:v0.0.51
- ghcr.io/appscode/kube-ui-server:v0.0.52
- ghcr.io/appscode/kubectl-nonroot:1.31
- ghcr.io/appscode/panopticon:v0.0.16
- ghcr.io/appscode/petset:v0.0.7
Expand Down
4 changes: 2 additions & 2 deletions charts/kube-ui-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: kube-ui-server
description: A Helm chart for kube-ui-server by AppsCode
type: application
version: v2024.12.9
appVersion: v0.0.51
version: v2025.1.17
appVersion: v0.0.52
home: https://github.com/kubeops/kube-ui-server
icon: https://cdn.appscode.com/images/products/kubeops/icons/android-icon-192x192.png
sources:
Expand Down
10 changes: 5 additions & 5 deletions charts/kube-ui-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
```bash
$ helm repo add appscode https://charts.appscode.com/stable/
$ helm repo update
$ helm search repo appscode/kube-ui-server --version=v2024.12.9
$ helm upgrade -i kube-ui-server appscode/kube-ui-server -n kubeops --create-namespace --version=v2024.12.9
$ helm search repo appscode/kube-ui-server --version=v2025.1.17
$ helm upgrade -i kube-ui-server appscode/kube-ui-server -n kubeops --create-namespace --version=v2025.1.17
```

## Introduction
Expand All @@ -24,7 +24,7 @@ This chart deploys a Kubernetes UI Server on a [Kubernetes](http://kubernetes.io
To install/upgrade the chart with the release name `kube-ui-server`:

```bash
$ helm upgrade -i kube-ui-server appscode/kube-ui-server -n kubeops --create-namespace --version=v2024.12.9
$ helm upgrade -i kube-ui-server appscode/kube-ui-server -n kubeops --create-namespace --version=v2025.1.17
```

The 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.
Expand Down Expand Up @@ -100,12 +100,12 @@ The following table lists the configurable parameters of the `kube-ui-server` ch
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

```bash
$ helm upgrade -i kube-ui-server appscode/kube-ui-server -n kubeops --create-namespace --version=v2024.12.9 --set replicaCount=1
$ helm upgrade -i kube-ui-server appscode/kube-ui-server -n kubeops --create-namespace --version=v2025.1.17 --set replicaCount=1
```

Alternatively, a YAML file that specifies the values for the parameters can be provided while
installing the chart. For example:

```bash
$ helm upgrade -i kube-ui-server appscode/kube-ui-server -n kubeops --create-namespace --version=v2024.12.9 --values values.yaml
$ helm upgrade -i kube-ui-server appscode/kube-ui-server -n kubeops --create-namespace --version=v2025.1.17 --values values.yaml
```

0 comments on commit 79b4201

Please sign in to comment.