From 4fd204cdd07eddfd89de751ef7c02d56590be22a Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 22 Nov 2021 20:46:43 +0000 Subject: [PATCH] Commit new App releases for TrueCharts Signed-off-by: TrueCharts-Bot --- incubator/prometheus/{0.0.2 => 0.0.3}/CHANGELOG.md | 10 +++++++++- incubator/prometheus/{0.0.2 => 0.0.3}/CONFIG.md | 0 incubator/prometheus/{0.0.2 => 0.0.3}/Chart.lock | 2 +- incubator/prometheus/{0.0.2 => 0.0.3}/Chart.yaml | 4 ++-- incubator/prometheus/{0.0.2 => 0.0.3}/README.md | 0 incubator/prometheus/{0.0.2 => 0.0.3}/app-readme.md | 0 .../{0.0.2 => 0.0.3}/charts/common-8.9.0.tgz | Bin .../crds/crd-alertmanager-config.yaml | 0 .../{0.0.2 => 0.0.3}/crds/crd-alertmanager.yaml | 0 .../{0.0.2 => 0.0.3}/crds/crd-podmonitor.yaml | 0 .../{0.0.2 => 0.0.3}/crds/crd-probes.yaml | 0 .../{0.0.2 => 0.0.3}/crds/crd-prometheus.yaml | 0 .../{0.0.2 => 0.0.3}/crds/crd-prometheusrules.yaml | 0 .../{0.0.2 => 0.0.3}/crds/crd-servicemonitor.yaml | 0 .../{0.0.2 => 0.0.3}/crds/crd-thanosrulers.yaml | 0 .../prometheus/{0.0.2 => 0.0.3}/helm-values.md | 12 ++++++++---- .../prometheus/{0.0.2 => 0.0.3}/ix_values.yaml | 12 ++++++++---- .../prometheus/{0.0.2 => 0.0.3}/questions.yaml | 0 .../{0.0.2 => 0.0.3}/templates/_helpers.tpl | 0 .../templates/alertmanager/alertmanager.yaml | 0 .../templates/alertmanager/secrets.yaml | 0 .../templates/alertmanager/service.yaml | 0 .../templates/alertmanager/serviceaccount.yaml | 0 .../templates/alertmanager/servicemonitor.yaml | 0 .../{0.0.2 => 0.0.3}/templates/common.yaml | 0 .../templates/exporters/core-dns/service.yaml | 0 .../exporters/core-dns/servicemonitor.yaml | 0 .../exporters/kube-apiserver/servicemonitor.yaml | 0 .../kube-controller-manager/endpoints.yaml | 0 .../exporters/kube-controller-manager/service.yaml | 0 .../kube-controller-manager/servicemonitor.yaml | 0 .../exporters/kube-scheduler/endpoints.yaml | 0 .../templates/exporters/kube-scheduler/service.yaml | 0 .../exporters/kube-scheduler/servicemonitor.yaml | 0 .../templates/exporters/kubelet/servicemonitor.yaml | 0 .../{0.0.2 => 0.0.3}/templates/operator/_args.tpl | 0 .../templates/operator/configmap.yaml | 0 .../templates/operator/servicemonitor.yaml | 0 .../prometheus/_additionalPrometheusRules.tpl | 0 .../templates/prometheus/_additionalScrapeJobs.tpl | 0 .../templates/prometheus/_prometheus.tpl | 0 .../templates/prometheus/_servicemonitor.tpl | 0 .../templates/prometheus/_thanos-service.tpl | 0 .../templates/prometheus/clusterrole.yaml | 0 .../templates/prometheus/clusterrolebinding.yaml | 0 .../templates/prometheus/serviceaccount.yaml | 0 incubator/prometheus/{0.0.2 => 0.0.3}/values.yaml | 0 47 files changed, 28 insertions(+), 12 deletions(-) rename incubator/prometheus/{0.0.2 => 0.0.3}/CHANGELOG.md (68%) rename incubator/prometheus/{0.0.2 => 0.0.3}/CONFIG.md (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/Chart.lock (78%) rename incubator/prometheus/{0.0.2 => 0.0.3}/Chart.yaml (96%) rename incubator/prometheus/{0.0.2 => 0.0.3}/README.md (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/app-readme.md (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/charts/common-8.9.0.tgz (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/crds/crd-alertmanager-config.yaml (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/crds/crd-alertmanager.yaml (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/crds/crd-podmonitor.yaml (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/crds/crd-probes.yaml (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/crds/crd-prometheus.yaml (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/crds/crd-prometheusrules.yaml (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/crds/crd-servicemonitor.yaml (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/crds/crd-thanosrulers.yaml (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/helm-values.md (98%) rename incubator/prometheus/{0.0.2 => 0.0.3}/ix_values.yaml (99%) rename incubator/prometheus/{0.0.2 => 0.0.3}/questions.yaml (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/templates/_helpers.tpl (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/templates/alertmanager/alertmanager.yaml (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/templates/alertmanager/secrets.yaml (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/templates/alertmanager/service.yaml (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/templates/alertmanager/serviceaccount.yaml (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/templates/alertmanager/servicemonitor.yaml (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/templates/common.yaml (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/templates/exporters/core-dns/service.yaml (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/templates/exporters/core-dns/servicemonitor.yaml (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/templates/exporters/kube-apiserver/servicemonitor.yaml (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/templates/exporters/kube-controller-manager/endpoints.yaml (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/templates/exporters/kube-controller-manager/service.yaml (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/templates/exporters/kube-controller-manager/servicemonitor.yaml (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/templates/exporters/kube-scheduler/endpoints.yaml (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/templates/exporters/kube-scheduler/service.yaml (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/templates/exporters/kube-scheduler/servicemonitor.yaml (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/templates/exporters/kubelet/servicemonitor.yaml (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/templates/operator/_args.tpl (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/templates/operator/configmap.yaml (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/templates/operator/servicemonitor.yaml (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/templates/prometheus/_additionalPrometheusRules.tpl (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/templates/prometheus/_additionalScrapeJobs.tpl (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/templates/prometheus/_prometheus.tpl (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/templates/prometheus/_servicemonitor.tpl (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/templates/prometheus/_thanos-service.tpl (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/templates/prometheus/clusterrole.yaml (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/templates/prometheus/clusterrolebinding.yaml (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/templates/prometheus/serviceaccount.yaml (100%) rename incubator/prometheus/{0.0.2 => 0.0.3}/values.yaml (100%) diff --git a/incubator/prometheus/0.0.2/CHANGELOG.md b/incubator/prometheus/0.0.3/CHANGELOG.md similarity index 68% rename from incubator/prometheus/0.0.2/CHANGELOG.md rename to incubator/prometheus/0.0.3/CHANGELOG.md index 95fcbaa4bc0..919ea453950 100644 --- a/incubator/prometheus/0.0.2/CHANGELOG.md +++ b/incubator/prometheus/0.0.3/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [prometheus-0.0.3](https://github.com/truecharts/apps/compare/prometheus-0.0.2...prometheus-0.0.3) (2021-11-22) + +#### Chore + +* some cleanup + + + ### [prometheus-0.0.2](https://github.com/truecharts/apps/compare/prometheus-0.0.1...prometheus-0.0.2) (2021-11-22) @@ -16,4 +25,3 @@ #### Add * add prometheus prototype ([#1379](https://github.com/truecharts/apps/issues/1379)) - diff --git a/incubator/prometheus/0.0.2/CONFIG.md b/incubator/prometheus/0.0.3/CONFIG.md similarity index 100% rename from incubator/prometheus/0.0.2/CONFIG.md rename to incubator/prometheus/0.0.3/CONFIG.md diff --git a/incubator/prometheus/0.0.2/Chart.lock b/incubator/prometheus/0.0.3/Chart.lock similarity index 78% rename from incubator/prometheus/0.0.2/Chart.lock rename to incubator/prometheus/0.0.3/Chart.lock index 88a352298af..d514df1a553 100644 --- a/incubator/prometheus/0.0.2/Chart.lock +++ b/incubator/prometheus/0.0.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.9.0 digest: sha256:897df8a7a9ac40261f41d88342ca2d8748cdf91b8e8ed0ba04c8f26643bf3430 -generated: "2021-11-22T19:35:43.771043236Z" +generated: "2021-11-22T20:44:07.503170383Z" diff --git a/incubator/prometheus/0.0.2/Chart.yaml b/incubator/prometheus/0.0.3/Chart.yaml similarity index 96% rename from incubator/prometheus/0.0.2/Chart.yaml rename to incubator/prometheus/0.0.3/Chart.yaml index e4074ca4643..fc10074ee9c 100644 --- a/incubator/prometheus/0.0.2/Chart.yaml +++ b/incubator/prometheus/0.0.3/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.52.1-deb" +appVersion: "0.52.1" dependencies: - name: common repository: https://truecharts.org @@ -20,7 +20,7 @@ sources: - https://github.com/prometheus-community/helm-charts - https://github.com/prometheus-operator/kube-prometheus type: application -version: 0.0.2 +version: 0.0.3 annotations: truecharts.org/catagories: | - metrics diff --git a/incubator/prometheus/0.0.2/README.md b/incubator/prometheus/0.0.3/README.md similarity index 100% rename from incubator/prometheus/0.0.2/README.md rename to incubator/prometheus/0.0.3/README.md diff --git a/incubator/prometheus/0.0.2/app-readme.md b/incubator/prometheus/0.0.3/app-readme.md similarity index 100% rename from incubator/prometheus/0.0.2/app-readme.md rename to incubator/prometheus/0.0.3/app-readme.md diff --git a/incubator/prometheus/0.0.2/charts/common-8.9.0.tgz b/incubator/prometheus/0.0.3/charts/common-8.9.0.tgz similarity index 100% rename from incubator/prometheus/0.0.2/charts/common-8.9.0.tgz rename to incubator/prometheus/0.0.3/charts/common-8.9.0.tgz diff --git a/incubator/prometheus/0.0.2/crds/crd-alertmanager-config.yaml b/incubator/prometheus/0.0.3/crds/crd-alertmanager-config.yaml similarity index 100% rename from incubator/prometheus/0.0.2/crds/crd-alertmanager-config.yaml rename to incubator/prometheus/0.0.3/crds/crd-alertmanager-config.yaml diff --git a/incubator/prometheus/0.0.2/crds/crd-alertmanager.yaml b/incubator/prometheus/0.0.3/crds/crd-alertmanager.yaml similarity index 100% rename from incubator/prometheus/0.0.2/crds/crd-alertmanager.yaml rename to incubator/prometheus/0.0.3/crds/crd-alertmanager.yaml diff --git a/incubator/prometheus/0.0.2/crds/crd-podmonitor.yaml b/incubator/prometheus/0.0.3/crds/crd-podmonitor.yaml similarity index 100% rename from incubator/prometheus/0.0.2/crds/crd-podmonitor.yaml rename to incubator/prometheus/0.0.3/crds/crd-podmonitor.yaml diff --git a/incubator/prometheus/0.0.2/crds/crd-probes.yaml b/incubator/prometheus/0.0.3/crds/crd-probes.yaml similarity index 100% rename from incubator/prometheus/0.0.2/crds/crd-probes.yaml rename to incubator/prometheus/0.0.3/crds/crd-probes.yaml diff --git a/incubator/prometheus/0.0.2/crds/crd-prometheus.yaml b/incubator/prometheus/0.0.3/crds/crd-prometheus.yaml similarity index 100% rename from incubator/prometheus/0.0.2/crds/crd-prometheus.yaml rename to incubator/prometheus/0.0.3/crds/crd-prometheus.yaml diff --git a/incubator/prometheus/0.0.2/crds/crd-prometheusrules.yaml b/incubator/prometheus/0.0.3/crds/crd-prometheusrules.yaml similarity index 100% rename from incubator/prometheus/0.0.2/crds/crd-prometheusrules.yaml rename to incubator/prometheus/0.0.3/crds/crd-prometheusrules.yaml diff --git a/incubator/prometheus/0.0.2/crds/crd-servicemonitor.yaml b/incubator/prometheus/0.0.3/crds/crd-servicemonitor.yaml similarity index 100% rename from incubator/prometheus/0.0.2/crds/crd-servicemonitor.yaml rename to incubator/prometheus/0.0.3/crds/crd-servicemonitor.yaml diff --git a/incubator/prometheus/0.0.2/crds/crd-thanosrulers.yaml b/incubator/prometheus/0.0.3/crds/crd-thanosrulers.yaml similarity index 100% rename from incubator/prometheus/0.0.2/crds/crd-thanosrulers.yaml rename to incubator/prometheus/0.0.3/crds/crd-thanosrulers.yaml diff --git a/incubator/prometheus/0.0.2/helm-values.md b/incubator/prometheus/0.0.3/helm-values.md similarity index 98% rename from incubator/prometheus/0.0.2/helm-values.md rename to incubator/prometheus/0.0.3/helm-values.md index a85b56e5722..1009400f950 100644 --- a/incubator/prometheus/0.0.2/helm-values.md +++ b/incubator/prometheus/0.0.3/helm-values.md @@ -98,7 +98,7 @@ You will, however, be able to use all values referenced in the common chart here | alertmanager.volumeMounts | list | `[]` | | | alertmanager.volumes | list | `[]` | | | alertmanagerImage.repository | string | `"bitnami/alertmanager"` | | -| alertmanagerImage.tag | string | `"0.23.0-debian-10-r81"` | | +| alertmanagerImage.tag | string | `"0.23.0"` | | | coreDns.enabled | bool | `true` | | | coreDns.namespace | string | `"kube-system"` | | | coreDns.service.enabled | bool | `true` | | @@ -114,7 +114,7 @@ You will, however, be able to use all values referenced in the common chart here | exporters.node-exporter.enabled | bool | `true` | | | global.labels | object | `{}` | | | image.repository | string | `"bitnami/prometheus-operator"` | | -| image.tag | string | `"0.52.1-debian-10-r0"` | | +| image.tag | string | `"0.52.1"` | | | ingress.alertmanager.enabled | bool | `false` | | | ingress.main.enabled | bool | `false` | | | ingress.thanos.enabled | bool | `false` | | @@ -327,9 +327,11 @@ You will, however, be able to use all values referenced in the common chart here | prometheus.volumes | list | `[]` | | | prometheus.walCompression | bool | `false` | | | prometheusImage.repository | string | `"bitnami/prometheus"` | | -| prometheusImage.tag | string | `"2.31.1-debian-10-r10"` | | +| prometheusImage.tag | string | `"2.31.1"` | | | rbac | object | `{"enabled":true,"rules":[{"apiGroups":["apiextensions.k8s.io"],"resources":["customresourcedefinitions"],"verbs":["create"]},{"apiGroups":["apiextensions.k8s.io"],"resourceNames":["alertmanagers.monitoring.coreos.com","podmonitors.monitoring.coreos.com","prometheuses.monitoring.coreos.com","prometheusrules.monitoring.coreos.com","servicemonitors.monitoring.coreos.com","thanosrulers.monitoring.coreos.com","probes.monitoring.coreos.com"],"resources":["customresourcedefinitions"],"verbs":["get","update"]},{"apiGroups":["monitoring.coreos.com"],"resources":["alertmanagers","alertmanagers/finalizers","alertmanagerconfigs","prometheuses","prometheuses/finalizers","thanosrulers","thanosrulers/finalizers","servicemonitors","podmonitors","probes","prometheusrules"],"verbs":["*"]},{"apiGroups":["apps"],"resources":["statefulsets"],"verbs":["*"]},{"apiGroups":[""],"resources":["configmaps","secrets"],"verbs":["*"]},{"apiGroups":[""],"resources":["pods"],"verbs":["list","delete"]},{"apiGroups":[""],"resources":["services","services/finalizers","endpoints"],"verbs":["get","create","update","delete"]},{"apiGroups":[""],"resources":["nodes"],"verbs":["list","watch"]},{"apiGroups":[""],"resources":["namespaces"],"verbs":["get","list","watch"]},{"apiGroups":["networking.k8s.io"],"resources":["ingresses"],"verbs":["get","list","watch"]}]}` | Whether Role Based Access Control objects like roles and rolebindings should be created | | securityContext.readOnlyRootFilesystem | bool | `false` | | +| service.alertmanager.enabled | bool | `true` | | +| service.alertmanager.ports.alertmanager.enabled | bool | `true` | | | service.alertmanager.ports.alertmanager.port | int | `10087` | | | service.alertmanager.ports.alertmanager.protocol | string | `"HTTP"` | | | service.alertmanager.ports.alertmanager.targetPort | int | `9093` | | @@ -345,6 +347,8 @@ You will, however, be able to use all values referenced in the common chart here | service.promop.ports.promop.port | int | `10089` | | | service.promop.ports.promop.protocol | string | `"HTTP"` | | | service.promop.ports.promop.targetPort | int | `8080` | | +| service.thanos.enabled | bool | `true` | | +| service.thanos.ports.thanos.enabled | bool | `true` | | | service.thanos.ports.thanos.port | int | `10901` | | | service.thanos.ports.thanos.protocol | string | `"HTTP"` | | | service.thanos.ports.thanos.targetPort | int | `10901` | | @@ -352,6 +356,6 @@ You will, however, be able to use all values referenced in the common chart here | service.thanos.selector.prometheus | string | `"{{ template \"kube-prometheus.prometheus.fullname\" . }}"` | | | serviceAccount | object | `{"create":true}` | The service account the pods will use to interact with the Kubernetes API | | thanosImage.repository | string | `"bitnami/thanos"` | | -| thanosImage.tag | string | `"0.23.1-scratch-r3"` | | +| thanosImage.tag | string | `"0.23.1"` | | All Rights Reserved - The TrueCharts Project diff --git a/incubator/prometheus/0.0.2/ix_values.yaml b/incubator/prometheus/0.0.3/ix_values.yaml similarity index 99% rename from incubator/prometheus/0.0.2/ix_values.yaml rename to incubator/prometheus/0.0.3/ix_values.yaml index a5bdbe2cf2b..6fbdfb7ace7 100644 --- a/incubator/prometheus/0.0.2/ix_values.yaml +++ b/incubator/prometheus/0.0.3/ix_values.yaml @@ -1,18 +1,18 @@ image: repository: bitnami/prometheus-operator - tag: 0.52.1-debian-10-r0 + tag: 0.52.1 prometheusImage: repository: bitnami/prometheus - tag: 2.31.1-debian-10-r10 + tag: 2.31.1 thanosImage: repository: bitnami/thanos - tag: 0.23.1-scratch-r3 + tag: 0.23.1 alertmanagerImage: repository: bitnami/alertmanager - tag: 0.23.0-debian-10-r81 + tag: 0.23.0 global: labels: {} @@ -36,20 +36,24 @@ service: targetPort: 8080 protocol: HTTP alertmanager: + enabled: true selector: app.kubernetes.io/name: alertmanager alertmanager: '{{ template "kube-prometheus.alertmanager.fullname" . }}' ports: alertmanager: + enabled: true port: 10087 targetPort: 9093 protocol: HTTP thanos: + enabled: true selector: app.kubernetes.io/name: prometheus prometheus: '{{ template "kube-prometheus.prometheus.fullname" . }}' ports: thanos: + enabled: true port: 10901 targetPort: 10901 protocol: HTTP diff --git a/incubator/prometheus/0.0.2/questions.yaml b/incubator/prometheus/0.0.3/questions.yaml similarity index 100% rename from incubator/prometheus/0.0.2/questions.yaml rename to incubator/prometheus/0.0.3/questions.yaml diff --git a/incubator/prometheus/0.0.2/templates/_helpers.tpl b/incubator/prometheus/0.0.3/templates/_helpers.tpl similarity index 100% rename from incubator/prometheus/0.0.2/templates/_helpers.tpl rename to incubator/prometheus/0.0.3/templates/_helpers.tpl diff --git a/incubator/prometheus/0.0.2/templates/alertmanager/alertmanager.yaml b/incubator/prometheus/0.0.3/templates/alertmanager/alertmanager.yaml similarity index 100% rename from incubator/prometheus/0.0.2/templates/alertmanager/alertmanager.yaml rename to incubator/prometheus/0.0.3/templates/alertmanager/alertmanager.yaml diff --git a/incubator/prometheus/0.0.2/templates/alertmanager/secrets.yaml b/incubator/prometheus/0.0.3/templates/alertmanager/secrets.yaml similarity index 100% rename from incubator/prometheus/0.0.2/templates/alertmanager/secrets.yaml rename to incubator/prometheus/0.0.3/templates/alertmanager/secrets.yaml diff --git a/incubator/prometheus/0.0.2/templates/alertmanager/service.yaml b/incubator/prometheus/0.0.3/templates/alertmanager/service.yaml similarity index 100% rename from incubator/prometheus/0.0.2/templates/alertmanager/service.yaml rename to incubator/prometheus/0.0.3/templates/alertmanager/service.yaml diff --git a/incubator/prometheus/0.0.2/templates/alertmanager/serviceaccount.yaml b/incubator/prometheus/0.0.3/templates/alertmanager/serviceaccount.yaml similarity index 100% rename from incubator/prometheus/0.0.2/templates/alertmanager/serviceaccount.yaml rename to incubator/prometheus/0.0.3/templates/alertmanager/serviceaccount.yaml diff --git a/incubator/prometheus/0.0.2/templates/alertmanager/servicemonitor.yaml b/incubator/prometheus/0.0.3/templates/alertmanager/servicemonitor.yaml similarity index 100% rename from incubator/prometheus/0.0.2/templates/alertmanager/servicemonitor.yaml rename to incubator/prometheus/0.0.3/templates/alertmanager/servicemonitor.yaml diff --git a/incubator/prometheus/0.0.2/templates/common.yaml b/incubator/prometheus/0.0.3/templates/common.yaml similarity index 100% rename from incubator/prometheus/0.0.2/templates/common.yaml rename to incubator/prometheus/0.0.3/templates/common.yaml diff --git a/incubator/prometheus/0.0.2/templates/exporters/core-dns/service.yaml b/incubator/prometheus/0.0.3/templates/exporters/core-dns/service.yaml similarity index 100% rename from incubator/prometheus/0.0.2/templates/exporters/core-dns/service.yaml rename to incubator/prometheus/0.0.3/templates/exporters/core-dns/service.yaml diff --git a/incubator/prometheus/0.0.2/templates/exporters/core-dns/servicemonitor.yaml b/incubator/prometheus/0.0.3/templates/exporters/core-dns/servicemonitor.yaml similarity index 100% rename from incubator/prometheus/0.0.2/templates/exporters/core-dns/servicemonitor.yaml rename to incubator/prometheus/0.0.3/templates/exporters/core-dns/servicemonitor.yaml diff --git a/incubator/prometheus/0.0.2/templates/exporters/kube-apiserver/servicemonitor.yaml b/incubator/prometheus/0.0.3/templates/exporters/kube-apiserver/servicemonitor.yaml similarity index 100% rename from incubator/prometheus/0.0.2/templates/exporters/kube-apiserver/servicemonitor.yaml rename to incubator/prometheus/0.0.3/templates/exporters/kube-apiserver/servicemonitor.yaml diff --git a/incubator/prometheus/0.0.2/templates/exporters/kube-controller-manager/endpoints.yaml b/incubator/prometheus/0.0.3/templates/exporters/kube-controller-manager/endpoints.yaml similarity index 100% rename from incubator/prometheus/0.0.2/templates/exporters/kube-controller-manager/endpoints.yaml rename to incubator/prometheus/0.0.3/templates/exporters/kube-controller-manager/endpoints.yaml diff --git a/incubator/prometheus/0.0.2/templates/exporters/kube-controller-manager/service.yaml b/incubator/prometheus/0.0.3/templates/exporters/kube-controller-manager/service.yaml similarity index 100% rename from incubator/prometheus/0.0.2/templates/exporters/kube-controller-manager/service.yaml rename to incubator/prometheus/0.0.3/templates/exporters/kube-controller-manager/service.yaml diff --git a/incubator/prometheus/0.0.2/templates/exporters/kube-controller-manager/servicemonitor.yaml b/incubator/prometheus/0.0.3/templates/exporters/kube-controller-manager/servicemonitor.yaml similarity index 100% rename from incubator/prometheus/0.0.2/templates/exporters/kube-controller-manager/servicemonitor.yaml rename to incubator/prometheus/0.0.3/templates/exporters/kube-controller-manager/servicemonitor.yaml diff --git a/incubator/prometheus/0.0.2/templates/exporters/kube-scheduler/endpoints.yaml b/incubator/prometheus/0.0.3/templates/exporters/kube-scheduler/endpoints.yaml similarity index 100% rename from incubator/prometheus/0.0.2/templates/exporters/kube-scheduler/endpoints.yaml rename to incubator/prometheus/0.0.3/templates/exporters/kube-scheduler/endpoints.yaml diff --git a/incubator/prometheus/0.0.2/templates/exporters/kube-scheduler/service.yaml b/incubator/prometheus/0.0.3/templates/exporters/kube-scheduler/service.yaml similarity index 100% rename from incubator/prometheus/0.0.2/templates/exporters/kube-scheduler/service.yaml rename to incubator/prometheus/0.0.3/templates/exporters/kube-scheduler/service.yaml diff --git a/incubator/prometheus/0.0.2/templates/exporters/kube-scheduler/servicemonitor.yaml b/incubator/prometheus/0.0.3/templates/exporters/kube-scheduler/servicemonitor.yaml similarity index 100% rename from incubator/prometheus/0.0.2/templates/exporters/kube-scheduler/servicemonitor.yaml rename to incubator/prometheus/0.0.3/templates/exporters/kube-scheduler/servicemonitor.yaml diff --git a/incubator/prometheus/0.0.2/templates/exporters/kubelet/servicemonitor.yaml b/incubator/prometheus/0.0.3/templates/exporters/kubelet/servicemonitor.yaml similarity index 100% rename from incubator/prometheus/0.0.2/templates/exporters/kubelet/servicemonitor.yaml rename to incubator/prometheus/0.0.3/templates/exporters/kubelet/servicemonitor.yaml diff --git a/incubator/prometheus/0.0.2/templates/operator/_args.tpl b/incubator/prometheus/0.0.3/templates/operator/_args.tpl similarity index 100% rename from incubator/prometheus/0.0.2/templates/operator/_args.tpl rename to incubator/prometheus/0.0.3/templates/operator/_args.tpl diff --git a/incubator/prometheus/0.0.2/templates/operator/configmap.yaml b/incubator/prometheus/0.0.3/templates/operator/configmap.yaml similarity index 100% rename from incubator/prometheus/0.0.2/templates/operator/configmap.yaml rename to incubator/prometheus/0.0.3/templates/operator/configmap.yaml diff --git a/incubator/prometheus/0.0.2/templates/operator/servicemonitor.yaml b/incubator/prometheus/0.0.3/templates/operator/servicemonitor.yaml similarity index 100% rename from incubator/prometheus/0.0.2/templates/operator/servicemonitor.yaml rename to incubator/prometheus/0.0.3/templates/operator/servicemonitor.yaml diff --git a/incubator/prometheus/0.0.2/templates/prometheus/_additionalPrometheusRules.tpl b/incubator/prometheus/0.0.3/templates/prometheus/_additionalPrometheusRules.tpl similarity index 100% rename from incubator/prometheus/0.0.2/templates/prometheus/_additionalPrometheusRules.tpl rename to incubator/prometheus/0.0.3/templates/prometheus/_additionalPrometheusRules.tpl diff --git a/incubator/prometheus/0.0.2/templates/prometheus/_additionalScrapeJobs.tpl b/incubator/prometheus/0.0.3/templates/prometheus/_additionalScrapeJobs.tpl similarity index 100% rename from incubator/prometheus/0.0.2/templates/prometheus/_additionalScrapeJobs.tpl rename to incubator/prometheus/0.0.3/templates/prometheus/_additionalScrapeJobs.tpl diff --git a/incubator/prometheus/0.0.2/templates/prometheus/_prometheus.tpl b/incubator/prometheus/0.0.3/templates/prometheus/_prometheus.tpl similarity index 100% rename from incubator/prometheus/0.0.2/templates/prometheus/_prometheus.tpl rename to incubator/prometheus/0.0.3/templates/prometheus/_prometheus.tpl diff --git a/incubator/prometheus/0.0.2/templates/prometheus/_servicemonitor.tpl b/incubator/prometheus/0.0.3/templates/prometheus/_servicemonitor.tpl similarity index 100% rename from incubator/prometheus/0.0.2/templates/prometheus/_servicemonitor.tpl rename to incubator/prometheus/0.0.3/templates/prometheus/_servicemonitor.tpl diff --git a/incubator/prometheus/0.0.2/templates/prometheus/_thanos-service.tpl b/incubator/prometheus/0.0.3/templates/prometheus/_thanos-service.tpl similarity index 100% rename from incubator/prometheus/0.0.2/templates/prometheus/_thanos-service.tpl rename to incubator/prometheus/0.0.3/templates/prometheus/_thanos-service.tpl diff --git a/incubator/prometheus/0.0.2/templates/prometheus/clusterrole.yaml b/incubator/prometheus/0.0.3/templates/prometheus/clusterrole.yaml similarity index 100% rename from incubator/prometheus/0.0.2/templates/prometheus/clusterrole.yaml rename to incubator/prometheus/0.0.3/templates/prometheus/clusterrole.yaml diff --git a/incubator/prometheus/0.0.2/templates/prometheus/clusterrolebinding.yaml b/incubator/prometheus/0.0.3/templates/prometheus/clusterrolebinding.yaml similarity index 100% rename from incubator/prometheus/0.0.2/templates/prometheus/clusterrolebinding.yaml rename to incubator/prometheus/0.0.3/templates/prometheus/clusterrolebinding.yaml diff --git a/incubator/prometheus/0.0.2/templates/prometheus/serviceaccount.yaml b/incubator/prometheus/0.0.3/templates/prometheus/serviceaccount.yaml similarity index 100% rename from incubator/prometheus/0.0.2/templates/prometheus/serviceaccount.yaml rename to incubator/prometheus/0.0.3/templates/prometheus/serviceaccount.yaml diff --git a/incubator/prometheus/0.0.2/values.yaml b/incubator/prometheus/0.0.3/values.yaml similarity index 100% rename from incubator/prometheus/0.0.2/values.yaml rename to incubator/prometheus/0.0.3/values.yaml