Skip to content

Commit

Permalink
Update versions and charts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Whyeasy committed Oct 2, 2020
1 parent 5f290a5 commit 41ae79f
Show file tree
Hide file tree
Showing 15 changed files with 31 additions and 32 deletions.
5 changes: 2 additions & 3 deletions charts/distributed-loki/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 5 additions & 5 deletions charts/distributed-loki/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`



Expand All @@ -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 | `[]` | |
Expand All @@ -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"` | |
Expand All @@ -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. |
Expand Down
8 changes: 4 additions & 4 deletions charts/distributed-loki/values.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/gitlab-extra-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions charts/gitlab-extra-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`



Expand All @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/gitlab-extra-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions charts/jira-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions charts/jira-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`



Expand All @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/jira-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions charts/jira-sd-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions charts/jira-sd-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`



Expand All @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/jira-sd-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions charts/sonarcloud-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions charts/sonarcloud-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`



Expand All @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/sonarcloud-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 41ae79f

Please sign in to comment.