Skip to content

Commit

Permalink
Release v2023.10.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Sep 23, 2023
1 parent e9e3e66 commit ab28b9a
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 21 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,3 @@ _testmain.go

.terraform
*.tfstate*

/charts/grafana-opscenter/charts
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ contents-%:
@yq -y --indentless -i '.repository.url="$(CHART_REGISTRY_URL)"' ./charts/$*/doc.yaml
@if [ -n "$(CHART_VERSION)" ]; then \
yq -y --indentless -i '.version="$(CHART_VERSION)"' ./charts/$*/Chart.yaml; \
yq -y --indentless -i '.dependencies |= map(select(.name == "$*").version="$(CHART_VERSION)")' ./charts/grafana-opscenter/Chart.yaml; \
fi
@if [ -n "$(APP_VERSION)" ]; then \
yq -y --indentless -i '.appVersion="$(APP_VERSION)"' ./charts/$*/Chart.yaml; \
Expand Down
4 changes: 2 additions & 2 deletions charts/kube-grafana-dashboards/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ maintainers:
email: [email protected]
sources:
- https://github.com/open-viz/installer
version: v2023.03.23
appVersion: v2023.03.23
version: v2023.10.1
appVersion: v2023.10.1
kubeVersion: '>=1.16.0-0'
home: https://github.com/open-viz
keywords:
Expand Down
10 changes: 5 additions & 5 deletions charts/kube-grafana-dashboards/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-grafana-dashboards --version=v2023.03.23
$ helm upgrade -i kube-grafana-dashboards appscode/kube-grafana-dashboards -n kubeops --create-namespace --version=v2023.03.23
$ helm search repo appscode/kube-grafana-dashboards --version=v2023.10.1
$ helm upgrade -i kube-grafana-dashboards appscode/kube-grafana-dashboards -n kubeops --create-namespace --version=v2023.10.1
```

## Introduction
Expand All @@ -24,7 +24,7 @@ This chart deploys Grafana dashboards on a [Kubernetes](http://kubernetes.io) cl
To install/upgrade the chart with the release name `kube-grafana-dashboards`:

```bash
$ helm upgrade -i kube-grafana-dashboards appscode/kube-grafana-dashboards -n kubeops --create-namespace --version=v2023.03.23
$ helm upgrade -i kube-grafana-dashboards appscode/kube-grafana-dashboards -n kubeops --create-namespace --version=v2023.10.1
```

The command deploys Grafana dashboards 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 @@ -72,12 +72,12 @@ The following table lists the configurable parameters of the `kube-grafana-dashb
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

```bash
$ helm upgrade -i kube-grafana-dashboards appscode/kube-grafana-dashboards -n kubeops --create-namespace --version=v2023.03.23 --set dashboard.folderID=0
$ helm upgrade -i kube-grafana-dashboards appscode/kube-grafana-dashboards -n kubeops --create-namespace --version=v2023.10.1 --set dashboard.folderID=0
```

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-grafana-dashboards appscode/kube-grafana-dashboards -n kubeops --create-namespace --version=v2023.03.23 --values values.yaml
$ helm upgrade -i kube-grafana-dashboards appscode/kube-grafana-dashboards -n kubeops --create-namespace --version=v2023.10.1 --values values.yaml
```
2 changes: 1 addition & 1 deletion charts/monitoring-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Grafana UI Server

[Grafana UI Server by AppsCode](https://github.com/kubeops/ui-server) - Grafana UI Server for ByteBuilders
[Grafana UI Server by AppsCode](https://github.com/open-viz/grafana-tools) - Grafana UI Server for ByteBuilders

## TL;DR;

Expand Down
2 changes: 1 addition & 1 deletion charts/monitoring-operator/doc.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project:
name: Grafana UI Server by AppsCode
shortName: Grafana UI Server
url: https://github.com/kubeops/ui-server
url: https://github.com/open-viz/grafana-tools
description: Grafana UI Server for ByteBuilders
app: a Grafana UI Server
repository:
Expand Down
2 changes: 1 addition & 1 deletion charts/monitoring-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
{{- include "appscode.imagePullSecrets" . | nindent 6 }}
serviceAccountName: {{ include "monitoring-operator.serviceAccountName" . }}
containers:
- name: ui-server
- name: operator
securityContext:
{{- toYaml .Values.image.securityContext | nindent 10 }}
image: {{ include "image.registry" . }}/{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}
Expand Down
2 changes: 1 addition & 1 deletion charts/trickster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: trickster
description: A Helm chart for Trickster by AppsCode
type: application
version: v2023.03.23
version: v2023.10.1
appVersion: v2.0.0-beta3
home: https://github.com/open-viz/trickster
icon: https://cdn.appscode.com/images/products/kubeops/icons/android-icon-192x192.png
Expand Down
10 changes: 5 additions & 5 deletions charts/trickster/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/trickster --version=v2023.03.23
$ helm upgrade -i trickster appscode/trickster -n kubeops --create-namespace --version=v2023.03.23
$ helm search repo appscode/trickster --version=v2023.10.1
$ helm upgrade -i trickster appscode/trickster -n kubeops --create-namespace --version=v2023.10.1
```

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

```bash
$ helm upgrade -i trickster appscode/trickster -n kubeops --create-namespace --version=v2023.03.23
$ helm upgrade -i trickster appscode/trickster -n kubeops --create-namespace --version=v2023.10.1
```

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

```bash
$ helm upgrade -i trickster appscode/trickster -n kubeops --create-namespace --version=v2023.03.23 --set replicaCount=1
$ helm upgrade -i trickster appscode/trickster -n kubeops --create-namespace --version=v2023.10.1 --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 trickster appscode/trickster -n kubeops --create-namespace --version=v2023.03.23 --values values.yaml
$ helm upgrade -i trickster appscode/trickster -n kubeops --create-namespace --version=v2023.10.1 --values values.yaml
```
2 changes: 0 additions & 2 deletions hack/scripts/update-chart-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@
# limitations under the License.

set -e

helm dependency update charts/grafana-opscenter

0 comments on commit ab28b9a

Please sign in to comment.