Skip to content

Commit

Permalink
Update kube-ui-server and petset
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Jun 3, 2024
1 parent c3cef73 commit f4a8f62
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
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.5.17
appVersion: v0.0.41
version: v2024.6.3
appVersion: v0.0.42
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.5.17
$ helm upgrade -i kube-ui-server appscode/kube-ui-server -n kubeops --create-namespace --version=v2024.5.17
$ helm search repo appscode/kube-ui-server --version=v2024.6.3
$ helm upgrade -i kube-ui-server appscode/kube-ui-server -n kubeops --create-namespace --version=v2024.6.3
```

## 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.5.17
$ helm upgrade -i kube-ui-server appscode/kube-ui-server -n kubeops --create-namespace --version=v2024.6.3
```

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 @@ -96,12 +96,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.5.17 --set replicaCount=1
$ helm upgrade -i kube-ui-server appscode/kube-ui-server -n kubeops --create-namespace --version=v2024.6.3 --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.5.17 --values values.yaml
$ helm upgrade -i kube-ui-server appscode/kube-ui-server -n kubeops --create-namespace --version=v2024.6.3 --values values.yaml
```
4 changes: 2 additions & 2 deletions charts/petset/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: Petset Operator by AppsCode
name: petset
version: v2024.2.11
appVersion: v0.0.5
version: v2024.6.3
appVersion: v0.0.6
home: https://kubedb.com/
icon: https://cdn.appscode.com/images/products/stash/petset-icon.png
sources:
Expand Down
10 changes: 5 additions & 5 deletions charts/petset/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/petset --version=v2024.2.11
$ helm upgrade -i petset appscode/petset -n kubeops --create-namespace --version=v2024.2.11
$ helm search repo appscode/petset --version=v2024.6.3
$ helm upgrade -i petset appscode/petset -n kubeops --create-namespace --version=v2024.6.3
```

## Introduction
Expand All @@ -24,7 +24,7 @@ This chart deploys Petset operator on a [Kubernetes](http://kubernetes.io) clust
To install/upgrade the chart with the release name `petset`:

```bash
$ helm upgrade -i petset appscode/petset -n kubeops --create-namespace --version=v2024.2.11
$ helm upgrade -i petset appscode/petset -n kubeops --create-namespace --version=v2024.6.3
```

The command deploys Petset operator 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 @@ -94,12 +94,12 @@ The following table lists the configurable parameters of the `petset` chart and
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

```bash
$ helm upgrade -i petset appscode/petset -n kubeops --create-namespace --version=v2024.2.11 --set replicaCount=1
$ helm upgrade -i petset appscode/petset -n kubeops --create-namespace --version=v2024.6.3 --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 petset appscode/petset -n kubeops --create-namespace --version=v2024.2.11 --values values.yaml
$ helm upgrade -i petset appscode/petset -n kubeops --create-namespace --version=v2024.6.3 --values values.yaml
```

0 comments on commit f4a8f62

Please sign in to comment.