helm-charts
helm-charts copied to clipboard
Helm Chart for Wiremock deployment on Kubernetes
Without this it's impossible to use v0.2.0 version. ```yaml apiVersion: v2 name: some version: 1.0.0 dependencies: - name: wiremock version: 0.2.0 repository: https://wiremock.github.io/helm-charts condition: wiremock.enabled ``` when running `helm dependency...
I'm using additional variables inside `values.yaml`. For example, `domain: {{ .Chart.Name }}.{{ .Values.ingress.stage }}` and I add it to `ingress.hosts[0].{{ domain }}`. However, the values are not substituted after templating....
Hi, I've seen that, if I try to use this helm-chart with the helm-repo functionality `helm repo add wiremock https://wiremock.github.io/helm-charts` then the old repository at `https://gitkent.github.io/helm-charts` is referenced, which returns...
### Proposal Adding support for `imagePullSecrets` + cleanup using `helpers.tpl`. ## Details - The helm charts currently do not support `imagePullSecrets`, which is often needed if the enduser wants to...
Adding support for `imagePullSecrets` + cleanup using `helpers.tpl`. ## Details - The helm charts currently do not support `imagePullSecrets`, which is often needed if the enduser wants to provide a...
### Proposal `WIREMOCK_OPTIONS` env variable seem to have zero effect on actual application. App starts listening on 8080 instead of 9021 configured in the variable and ignores all other settings...
# Changelog: - added `imagePullSecrets` support - updated images & versions - added option to specify deployment args, because starting from **2.35.0.1** version `WIREMOCK_OPTION` env variable is deprecated - added...
### Proposal getting `CrashLoopBackOff` while installation ### Reproduction steps - clone repo - `helm upgrade --install ./chart/` - `kubectl get pods` ### References _No response_
### Proposal We have just released WireMock 3.0.0 and the new Docker images, and the Helm chart should work with it well. New features like healthchecks would be really useful...
### Proposal Once we polish all key items in the chart, it would be nice to publish the 1.0 release. Most likely it would happen for WireMock 3 which is...