From 41ae79f50655bdaa560bc6bd97facaa9f0210e41 Mon Sep 17 00:00:00 2001 From: Whyeasy Date: Fri, 2 Oct 2020 14:10:51 +0200 Subject: [PATCH] Update versions and charts. --- charts/distributed-loki/Chart.yaml | 5 ++--- charts/distributed-loki/README.md | 10 +++++----- charts/distributed-loki/values.yaml | 8 ++++---- charts/gitlab-extra-exporter/Chart.yaml | 4 ++-- charts/gitlab-extra-exporter/README.md | 4 ++-- charts/gitlab-extra-exporter/values.yaml | 2 +- charts/jira-exporter/Chart.yaml | 4 ++-- charts/jira-exporter/README.md | 4 ++-- charts/jira-exporter/values.yaml | 2 +- charts/jira-sd-exporter/Chart.yaml | 4 ++-- charts/jira-sd-exporter/README.md | 4 ++-- charts/jira-sd-exporter/values.yaml | 2 +- charts/sonarcloud-exporter/Chart.yaml | 4 ++-- charts/sonarcloud-exporter/README.md | 4 ++-- charts/sonarcloud-exporter/values.yaml | 2 +- 15 files changed, 31 insertions(+), 32 deletions(-) diff --git a/charts/distributed-loki/Chart.yaml b/charts/distributed-loki/Chart.yaml index f82a1b0..5705902 100644 --- a/charts/distributed-loki/Chart.yaml +++ b/charts/distributed-loki/Chart.yaml @@ -2,6 +2,5 @@ apiVersion: v2 name: loki-distributed description: A Helm chart for Kubernetes type: application - -version: 0.3.7 -appVersion: 1.6.0 +version: 0.3.8 +appVersion: 1.6.1 diff --git a/charts/distributed-loki/README.md b/charts/distributed-loki/README.md index 469ff26..f3cdca0 100644 --- a/charts/distributed-loki/README.md +++ b/charts/distributed-loki/README.md @@ -2,7 +2,7 @@ loki-distributed ================ A Helm chart for Kubernetes -Current chart version is `0.3.7` +Current chart version is `0.3.8` @@ -16,7 +16,7 @@ Current chart version is `0.3.7` | canary.args | list | `[]` | Allow extra arguments into the container. | | canary.enabled | bool | `false` | Enable the Loki-Canary deployment | | canary.env | list | `[]` | Allow Extra env variables into the deployment | -| canary.image | string | `"grafana/loki-canary:1.6.0"` | Which image to use for Loki-Canary | +| canary.image | string | `"grafana/loki-canary:1.6.1"` | Which image to use for Loki-Canary | | canary.nodeSelector | object | `{}` | Add Node labels for pod assginment | | canary.resources | object | `{}` | Custom resources for the Loki-Canary deployment. | | canary.tolarations | list | `[]` | | @@ -38,7 +38,7 @@ Current chart version is `0.3.7` | gateway.env | list | `[]` | Allow Extra env variables into the deployment | | gateway.extraVolumeMounts | list | `[]` | Allow Extra volume mounts into the deployment | | gateway.extraVolumes | list | `[]` | Allow Extra volumes into the deployment | -| gateway.image | string | `"nginx:1.15.1-alpine"` | Image repository for the Gateway images. | +| gateway.image | string | `"nginx:1.18.0-alpine"` | Image repository for the Gateway images. | | gateway.ingress.annotations | object | `{}` | | | gateway.ingress.enabled | bool | `false` | Enable Ingress for your gateway deployment | | gateway.ingress.host | string | `"chart-example.local"` | | @@ -64,13 +64,13 @@ Current chart version is `0.3.7` | ingester.replicaCount | int | `3` | Number of replicas for the Ingester deployment. | | ingester.resources | object | `{"limits":{"cpu":2,"memory":"10Gi"},"requests":{"cpu":1,"memory":"5Gi"}}` | Custom resources for the Ingester deployment. | | ingester.tolarations | list | `[]` | | -| loki.image | string | `"grafana/loki:1.6.0"` | Image repository for Loki images. | +| loki.image | string | `"grafana/loki:1.6.1"` | Image repository for Loki images. | | loki.pullPolicy | string | `"IfNotPresent"` | Image pull policy for Loki images. | | memberlist.enable | bool | `false` | Enable the ring to be a Mmeberslist. This will disable consul. | | memberlist.port | int | `7946` | Port to listen on for gossip messages. | | memberlist.rejoin | string | `"5m"` | How often to rejoin the cluster. | | memcached.affinity | object | `{}` | Replace default affinity with custom affinity | -| memcached.image | string | `"memcached:1.5.17-alpine"` | Image repository for the Memcached images. | +| memcached.image | string | `"memcached:1.6.7-alpine"` | Image repository for the Memcached images. | | memcached.nodeSelector | object | `{}` | Add Node labels for pod assginment | | memcached.pullPolicy | string | `"IfNotPresent"` | Image pull policy for the Memcached images. | | memcached.replicaCount | int | `3` | Number of replicas for the Memcached deployment. | diff --git a/charts/distributed-loki/values.yaml b/charts/distributed-loki/values.yaml index fd3c0b2..52df468 100644 --- a/charts/distributed-loki/values.yaml +++ b/charts/distributed-loki/values.yaml @@ -1,6 +1,6 @@ loki: # loki.image -- Image repository for Loki images. - image: grafana/loki:1.6.0 + image: grafana/loki:1.6.1 # loki.pullPolicy -- Image pull policy for Loki images. pullPolicy: IfNotPresent @@ -57,7 +57,7 @@ gateway: # gateway.replicaCount -- Number of replicas for the Gateway deployment. replicaCount: 3 # gateway.image -- Image repository for the Gateway images. - image: nginx:1.15.1-alpine + image: nginx:1.18.0-alpine # gateway.pullPolicy -- Image pull policy for the Gateway images. pullPolicy: IfNotPresent # gateway.resources -- Custom resources for the Gateway deployment. @@ -138,7 +138,7 @@ memcached: # memcached.replicaCount -- Number of replicas for the Memcached deployment. replicaCount: 3 # memcached.image -- Image repository for the Memcached images. - image: memcached:1.5.17-alpine + image: memcached:1.6.7-alpine # memcached.pullPolicy -- Image pull policy for the Memcached images. pullPolicy: IfNotPresent # memcached.resources -- Custom resources for the Memcached deployment. @@ -310,7 +310,7 @@ canary: # canary.enabled -- Enable the Loki-Canary deployment enabled: false # canary.image -- Which image to use for Loki-Canary - image: grafana/loki-canary:1.6.0 + image: grafana/loki-canary:1.6.1 # canary.resources -- Custom resources for the Loki-Canary deployment. resources: {} # canary.tolartions -- Add tolartions for pod assginment diff --git a/charts/gitlab-extra-exporter/Chart.yaml b/charts/gitlab-extra-exporter/Chart.yaml index 2cadc25..cc0b47e 100644 --- a/charts/gitlab-extra-exporter/Chart.yaml +++ b/charts/gitlab-extra-exporter/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: gitlab-extra-exporter description: A Helm chart to deploy [gitlab-extra-exporter](https://github.com/Whyeasy/gitlab-extra-exporter) type: application -version: 0.1.16 -appVersion: 0.0.15 +version: 0.1.17 +appVersion: 0.0.16 diff --git a/charts/gitlab-extra-exporter/README.md b/charts/gitlab-extra-exporter/README.md index dfc7433..c5d2102 100644 --- a/charts/gitlab-extra-exporter/README.md +++ b/charts/gitlab-extra-exporter/README.md @@ -2,7 +2,7 @@ gitlab-extra-exporter ===================== A Helm chart to deploy [gitlab-extra-exporter](https://github.com/Whyeasy/gitlab-extra-exporter) -Current chart version is `0.1.16` +Current chart version is `0.1.17` @@ -18,7 +18,7 @@ Current chart version is `0.1.16` | fullnameOverride | string | `""` | full name of the chart. | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"whyeasy/gitlab-extra-exporter"` | image repository | -| image.tag | string | `"v0.0.15"` | image tag | +| image.tag | string | `"v0.0.16"` | image tag | | imagePullSecrets | list | `[]` | image pull secret for private images | | nameOverride | string | `""` | override name of the chart | | nodeSelector | object | `{}` | node for scheduler pod assignment | diff --git a/charts/gitlab-extra-exporter/values.yaml b/charts/gitlab-extra-exporter/values.yaml index 2524fda..a53cafd 100644 --- a/charts/gitlab-extra-exporter/values.yaml +++ b/charts/gitlab-extra-exporter/values.yaml @@ -2,7 +2,7 @@ image: # image.repository -- image repository repository: whyeasy/gitlab-extra-exporter # image.tag -- image tag - tag: v0.0.15 + tag: v0.0.16 # image.pullPolicy -- image pull policy pullPolicy: IfNotPresent diff --git a/charts/jira-exporter/Chart.yaml b/charts/jira-exporter/Chart.yaml index 754573e..81e6cdd 100644 --- a/charts/jira-exporter/Chart.yaml +++ b/charts/jira-exporter/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: jira-exporter description: A Helm chart to deploy [jira-exporter](https://github.com/Whyeasy/jira-exporter) type: application -version: 0.1.6 -appVersion: 0.0.7 +version: 0.1.7 +appVersion: 0.0.8 diff --git a/charts/jira-exporter/README.md b/charts/jira-exporter/README.md index 0adbb25..1f3d824 100644 --- a/charts/jira-exporter/README.md +++ b/charts/jira-exporter/README.md @@ -2,7 +2,7 @@ jira-exporter ============= A Helm chart to deploy [jira-exporter](https://github.com/Whyeasy/jira-exporter) -Current chart version is `0.1.6` +Current chart version is `0.1.7` @@ -18,7 +18,7 @@ Current chart version is `0.1.6` | fullnameOverride | string | `""` | full name of the chart. | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"whyeasy/jira-exporter"` | image repository | -| image.tag | string | `"v0.0.7"` | image tag | +| image.tag | string | `"v0.0.8"` | image tag | | imagePullSecrets | list | `[]` | image pull secret for private images | | nameOverride | string | `""` | override name of the chart | | nodeSelector | object | `{}` | node for scheduler pod assignment | diff --git a/charts/jira-exporter/values.yaml b/charts/jira-exporter/values.yaml index 99769d8..26c7232 100644 --- a/charts/jira-exporter/values.yaml +++ b/charts/jira-exporter/values.yaml @@ -2,7 +2,7 @@ image: # image.repository -- image repository repository: whyeasy/jira-exporter # image.tag -- image tag - tag: v0.0.7 + tag: v0.0.8 # image.pullPolicy -- image pull policy pullPolicy: IfNotPresent diff --git a/charts/jira-sd-exporter/Chart.yaml b/charts/jira-sd-exporter/Chart.yaml index 9ad46b3..367479f 100644 --- a/charts/jira-sd-exporter/Chart.yaml +++ b/charts/jira-sd-exporter/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: jira-sd-exporter description: A Helm chart to deploy [jira-sd-exporter](https://github.com/Whyeasy/jira-sd-exporter) type: application -version: 0.0.4 -appVersion: 0.0.5 +version: 0.0.5 +appVersion: 0.0.6 diff --git a/charts/jira-sd-exporter/README.md b/charts/jira-sd-exporter/README.md index d3df6b9..8964b35 100644 --- a/charts/jira-sd-exporter/README.md +++ b/charts/jira-sd-exporter/README.md @@ -2,7 +2,7 @@ jira-sd-exporter ================ A Helm chart to deploy [jira-sd-exporter](https://github.com/Whyeasy/jira-sd-exporter) -Current chart version is `0.0.4` +Current chart version is `0.0.5` @@ -18,7 +18,7 @@ Current chart version is `0.0.4` | fullnameOverride | string | `""` | full name of the chart. | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"whyeasy/jira-sd-exporter"` | image repository | -| image.tag | string | `"v0.0.5"` | image tag | +| image.tag | string | `"v0.0.6"` | image tag | | imagePullSecrets | list | `[]` | image pull secret for private images | | nameOverride | string | `""` | override name of the chart | | nodeSelector | object | `{}` | node for scheduler pod assignment | diff --git a/charts/jira-sd-exporter/values.yaml b/charts/jira-sd-exporter/values.yaml index a7f65ce..5f66002 100644 --- a/charts/jira-sd-exporter/values.yaml +++ b/charts/jira-sd-exporter/values.yaml @@ -2,7 +2,7 @@ image: # image.repository -- image repository repository: whyeasy/jira-sd-exporter # image.tag -- image tag - tag: v0.0.5 + tag: v0.0.6 # image.pullPolicy -- image pull policy pullPolicy: IfNotPresent diff --git a/charts/sonarcloud-exporter/Chart.yaml b/charts/sonarcloud-exporter/Chart.yaml index 5ffd5c7..e013bc4 100644 --- a/charts/sonarcloud-exporter/Chart.yaml +++ b/charts/sonarcloud-exporter/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: sonarcloud-exporter description: A Helm chart to deploy [sonarcloud-exporter](https://github.com/Whyeasy/sonarcloud-exporter) type: application -version: 0.1.1 -appVersion: 0.0.2 +version: 0.1.2 +appVersion: 0.0.3 diff --git a/charts/sonarcloud-exporter/README.md b/charts/sonarcloud-exporter/README.md index 9f2481b..208b320 100644 --- a/charts/sonarcloud-exporter/README.md +++ b/charts/sonarcloud-exporter/README.md @@ -2,7 +2,7 @@ sonarcloud-exporter =================== A Helm chart to deploy [sonarcloud-exporter](https://github.com/Whyeasy/sonarcloud-exporter) -Current chart version is `0.1.1` +Current chart version is `0.1.2` @@ -18,7 +18,7 @@ Current chart version is `0.1.1` | fullnameOverride | string | `""` | full name of the chart. | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"whyeasy/sonarcloud-exporter"` | image repository | -| image.tag | string | `"v0.0.2"` | image tag | +| image.tag | string | `"v0.0.3"` | image tag | | imagePullSecrets | list | `[]` | image pull secret for private images | | nameOverride | string | `""` | override name of the chart | | nodeSelector | object | `{}` | node for scheduler pod assignment | diff --git a/charts/sonarcloud-exporter/values.yaml b/charts/sonarcloud-exporter/values.yaml index 1792da0..aef7069 100644 --- a/charts/sonarcloud-exporter/values.yaml +++ b/charts/sonarcloud-exporter/values.yaml @@ -2,7 +2,7 @@ image: # image.repository -- image repository repository: whyeasy/sonarcloud-exporter # image.tag -- image tag - tag: v0.0.2 + tag: v0.0.3 # image.pullPolicy -- image pull policy pullPolicy: IfNotPresent