Skip to content

Commit

Permalink
Merge branch 'master' of github.com:deliveryhero/helm-charts
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-descope committed Oct 17, 2023
2 parents 61bd75d + 7ad8ee2 commit 6f09806
Show file tree
Hide file tree
Showing 14 changed files with 25 additions and 13 deletions.
2 changes: 1 addition & 1 deletion stable/gripmock/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: |
>
> Version v1.11.1-beta release is available by overriding the `image.tag` in your `values.yaml` file. This version supports **NO** declaration of `go_package`.
type: application
version: 1.1.1
version: 1.1.2
appVersion: "1.10.1"
maintainers:
- name: MarceloAplanalp
Expand Down
3 changes: 2 additions & 1 deletion stable/gripmock/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gripmock

![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.10.1](https://img.shields.io/badge/AppVersion-1.10.1-informational?style=flat-square)
![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.10.1](https://img.shields.io/badge/AppVersion-1.10.1-informational?style=flat-square)

A chart to install [gripmock](https://github.com/tokopedia/gripmock). A mock server for GRPC services. It uses `.proto` file(s) to generate the implementation of gRPC service(s) for you.

Expand Down Expand Up @@ -76,6 +76,7 @@ helm install my-release deliveryhero/gripmock -f values.yaml
| podAnnotations | object | `{}` | |
| replicaCount | int | `1` | Set the number of replicas in case hpa is not enabled |
| resources | object | `{}` | |
| service.type | string | `"ClusterIP"` | |
| tolerations | list | `[]` | |

## Maintainers
Expand Down
2 changes: 1 addition & 1 deletion stable/gripmock/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
{{- include "gripmock.labels" . | nindent 4 }}
spec:
type: ClusterIP
type: {{ .Values.service.type }}
ports:
- port: 4770
targetPort: 4770
Expand Down
2 changes: 2 additions & 0 deletions stable/gripmock/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ fullnameOverride: ""

podAnnotations: {}

service:
type: ClusterIP

ingress:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion stable/node-local-dns/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: node-local-dns
version: 2.0.0
version: 2.0.2
appVersion: 1.22.23
maintainers:
- name: gabrieladt
Expand Down
4 changes: 3 additions & 1 deletion stable/node-local-dns/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# node-local-dns

![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![AppVersion: 1.22.23](https://img.shields.io/badge/AppVersion-1.22.23-informational?style=flat-square)
![Version: 2.0.2](https://img.shields.io/badge/Version-2.0.2-informational?style=flat-square) ![AppVersion: 1.22.23](https://img.shields.io/badge/AppVersion-1.22.23-informational?style=flat-square)

A chart to install node-local-dns.

Expand Down Expand Up @@ -50,6 +50,7 @@ helm install my-release deliveryhero/node-local-dns -f values.yaml
|-----|------|---------|-------------|
| affinity | object | `{}` | |
| config.commProtocol | string | `"force_tcp"` | |
| config.customConfig | string | `""` | |
| config.dnsDomain | string | `"cluster.local"` | |
| config.dnsServer | string | `"172.20.0.10"` | |
| config.localDns | string | `"169.254.20.25"` | |
Expand All @@ -69,6 +70,7 @@ helm install my-release deliveryhero/node-local-dns -f values.yaml
| nameOverride | string | `""` | |
| podAnnotations | object | `{}` | |
| podLabels | object | `{}` | |
| prometheusScraping.enabled | bool | `true` | |
| resources.limits.memory | string | `"128Mi"` | |
| resources.requests.cpu | string | `"25m"` | |
| resources.requests.memory | string | `"128Mi"` | |
Expand Down
4 changes: 4 additions & 0 deletions stable/node-local-dns/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ metadata:
{{- include "node-local-dns.labels" . | nindent 4 }}
data:
Corefile: |
{{- if .Values.config.customConfig -}}
{{- tpl .Values.config.customConfig . | nindent 4}}
{{- else }}
{{ .Values.config.dnsDomain }}:53 {
errors
cache {
Expand Down Expand Up @@ -54,3 +57,4 @@ data:
forward . __PILLAR__UPSTREAM__SERVERS__
prometheus :9253
}
{{ end }}
5 changes: 4 additions & 1 deletion stable/node-local-dns/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ config:

skipTeardown: false

# Overrides the generated configuration with specified one.
customConfig: ""

nameOverride: ""
fullnameOverride: ""

Expand Down Expand Up @@ -75,4 +78,4 @@ imagePullSecrets: []
# - name: "image-pull-secret"

prometheusScraping:
enabled: true
enabled: true
4 changes: 2 additions & 2 deletions stable/node-problem-detector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: node-problem-detector
version: "2.3.10"
appVersion: v0.8.13
version: "2.3.11"
appVersion: v0.8.14
home: https://github.com/kubernetes/node-problem-detector
description: |
This chart installs a [node-problem-detector](https://github.com/kubernetes/node-problem-detector) daemonset. This tool aims to make various node problems visible to the upstream layers in cluster management stack. It is a daemon which runs on each node, detects node problems and reports them to apiserver.
Expand Down
4 changes: 2 additions & 2 deletions stable/node-problem-detector/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# node-problem-detector

![Version: 2.3.10](https://img.shields.io/badge/Version-2.3.10-informational?style=flat-square) ![AppVersion: v0.8.13](https://img.shields.io/badge/AppVersion-v0.8.13-informational?style=flat-square)
![Version: 2.3.11](https://img.shields.io/badge/Version-2.3.11-informational?style=flat-square) ![AppVersion: v0.8.14](https://img.shields.io/badge/AppVersion-v0.8.14-informational?style=flat-square)

This chart installs a [node-problem-detector](https://github.com/kubernetes/node-problem-detector) daemonset. This tool aims to make various node problems visible to the upstream layers in cluster management stack. It is a daemon which runs on each node, detects node problems and reports them to apiserver.

Expand Down Expand Up @@ -59,7 +59,7 @@ helm install my-release deliveryhero/node-problem-detector -f values.yaml
| image.digest | string | `""` | the image digest. If given it takes precedence over a given tag. |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"registry.k8s.io/node-problem-detector/node-problem-detector"` | |
| image.tag | string | `"v0.8.13"` | |
| image.tag | string | `"v0.8.14"` | |
| imagePullSecrets | list | `[]` | |
| labels | object | `{}` | |
| logDir.host | string | `"/var/log/"` | log directory on k8s host |
Expand Down
2 changes: 1 addition & 1 deletion stable/node-problem-detector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ logDir:

image:
repository: registry.k8s.io/node-problem-detector/node-problem-detector
tag: v0.8.13
tag: v0.8.14
# image.digest -- the image digest. If given it takes precedence over a given tag.
digest: ""
pullPolicy: IfNotPresent
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion stable/prometheus-locust-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "v0.4.1"
description: A Helm chart a prometheus exporter locust load test metrics
name: prometheus-locust-exporter
version: 1.2.0
version: 1.2.1
home: https://github.com/ContainerSolutions/locust_exporter
sources:
- https://github.com/ContainerSolutions/locust_exporter
Expand Down
2 changes: 1 addition & 1 deletion stable/prometheus-locust-exporter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# prometheus-locust-exporter

![Version: 1.2.0](https://img.shields.io/badge/Version-1.2.0-informational?style=flat-square) ![AppVersion: v0.4.1](https://img.shields.io/badge/AppVersion-v0.4.1-informational?style=flat-square)
![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![AppVersion: v0.4.1](https://img.shields.io/badge/AppVersion-v0.4.1-informational?style=flat-square)

A Helm chart a prometheus exporter locust load test metrics

Expand Down

0 comments on commit 6f09806

Please sign in to comment.