Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: appuio/charts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 52b70360c6b25baa2a6d507d72e6a0a539ca22c4
Choose a base ref
..
head repository: appuio/charts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6eb464dd7568fa1eb0f35ebde1de48a0ef0e6cbe
Choose a head ref
2 changes: 1 addition & 1 deletion appuio/haproxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 2.5.1
description: A Helm chart for HAProxy which can be customized by a config map.
name: haproxy
version: 1.7.4
version: 1.7.5
maintainers:
- name: APPUiO Team
email: info@appuio.ch
2 changes: 1 addition & 1 deletion appuio/haproxy/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# haproxy

![Version: 1.7.4](https://img.shields.io/badge/Version-1.7.4-informational?style=flat-square) ![AppVersion: 2.5.1](https://img.shields.io/badge/AppVersion-2.5.1-informational?style=flat-square)
![Version: 1.7.5](https://img.shields.io/badge/Version-1.7.5-informational?style=flat-square) ![AppVersion: 2.5.1](https://img.shields.io/badge/AppVersion-2.5.1-informational?style=flat-square)

A Helm chart for HAProxy which can be customized by a config map.

2 changes: 1 addition & 1 deletion appuio/haproxy/templates/configmap-galera.yaml
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ data:
option clitcpka
default_backend galera-nodes
{{- include "haproxy.galerak8sMetricsConfig" . | nindent 4 }}
{{- include "haproxy.galeraMetricsConfig" . | nindent 4 }}
backend galera-nodes
mode tcp
2 changes: 1 addition & 1 deletion appuio/haproxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ spec:
- name: metrics
containerPort: 9000
{{- end }}
{{- if or .Values.haproxy.redisk8s.metrics.enabled .Values.haproxy.galerak8s.metrics.enabled}}
{{- if or .Values.haproxy.redisk8s.metrics.enabled .Values.haproxy.galerak8s.metrics.enabled .Values.haproxy.galera.metrics.enabled}}
- name: metrics-backend
containerPort: 9090
{{- end }}
2 changes: 1 addition & 1 deletion appuio/snappass/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies:
- name: redis
version: 16.5.1
version: 16.5.2
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled