diff --git a/.gitignore b/.gitignore index 82c47331..0776a480 100644 --- a/.gitignore +++ b/.gitignore @@ -35,5 +35,3 @@ _testmain.go .terraform *.tfstate* - -/charts/grafana-opscenter/charts diff --git a/Makefile b/Makefile index cde3a4fa..ad8be1da 100644 --- a/Makefile +++ b/Makefile @@ -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; \ diff --git a/charts/kube-grafana-dashboards/Chart.yaml b/charts/kube-grafana-dashboards/Chart.yaml index 390a2ff8..183c205b 100644 --- a/charts/kube-grafana-dashboards/Chart.yaml +++ b/charts/kube-grafana-dashboards/Chart.yaml @@ -8,8 +8,8 @@ maintainers: email: support@appscode.com 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: diff --git a/charts/kube-grafana-dashboards/README.md b/charts/kube-grafana-dashboards/README.md index 290faaaf..84ad9497 100644 --- a/charts/kube-grafana-dashboards/README.md +++ b/charts/kube-grafana-dashboards/README.md @@ -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 @@ -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. @@ -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 ``` diff --git a/charts/monitoring-operator/README.md b/charts/monitoring-operator/README.md index c0b62f34..8dbec210 100644 --- a/charts/monitoring-operator/README.md +++ b/charts/monitoring-operator/README.md @@ -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; diff --git a/charts/monitoring-operator/doc.yaml b/charts/monitoring-operator/doc.yaml index b71c2e2c..709e4630 100644 --- a/charts/monitoring-operator/doc.yaml +++ b/charts/monitoring-operator/doc.yaml @@ -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: diff --git a/charts/monitoring-operator/templates/deployment.yaml b/charts/monitoring-operator/templates/deployment.yaml index 3d1884fd..271d641b 100644 --- a/charts/monitoring-operator/templates/deployment.yaml +++ b/charts/monitoring-operator/templates/deployment.yaml @@ -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 }} diff --git a/charts/trickster/Chart.yaml b/charts/trickster/Chart.yaml index 4e0793aa..02e3b9e9 100644 --- a/charts/trickster/Chart.yaml +++ b/charts/trickster/Chart.yaml @@ -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 diff --git a/charts/trickster/README.md b/charts/trickster/README.md index e118d906..51355fda 100644 --- a/charts/trickster/README.md +++ b/charts/trickster/README.md @@ -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 @@ -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. @@ -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 ``` diff --git a/hack/scripts/update-chart-dependencies.sh b/hack/scripts/update-chart-dependencies.sh index d6dd0b9f..83b7f4f4 100755 --- a/hack/scripts/update-chart-dependencies.sh +++ b/hack/scripts/update-chart-dependencies.sh @@ -15,5 +15,3 @@ # limitations under the License. set -e - -helm dependency update charts/grafana-opscenter