Skip to content

Commit d30514e

Browse files
Merge pull request #33 from JarvusInnovations/chart-upgrades
Chart upgrades
2 parents eff6fdf + b822070 commit d30514e

File tree

10 files changed

+11
-10
lines changed

10 files changed

+11
-10
lines changed

.holo/sources/cert-manager.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[holosource]
22
url = "https://github.com/jetstack/cert-manager"
3-
ref = "refs/tags/v1.7.2"
3+
ref = "refs/tags/v1.10.1"

.holo/sources/grafana.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[holosource]
22
url = "https://github.com/grafana/helm-charts.git"
3-
ref = "refs/tags/grafana-6.24.1"
3+
ref = "refs/tags/grafana-6.44.10"

.holo/sources/ingress-nginx.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[holosource]
22
url = "https://github.com/kubernetes/ingress-nginx"
3-
ref = "refs/tags/helm-chart-4.0.18"
3+
ref = "refs/tags/helm-chart-4.4.0"

.holo/sources/loki.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[holosource]
22
url = "https://github.com/grafana/helm-charts.git"
3-
ref = "refs/tags/loki-2.10.1"
3+
ref = "refs/tags/loki-2.16.0"

.holo/sources/metrics-server.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[holosource]
22
url = "https://github.com/kubernetes-sigs/metrics-server"
3-
ref = "refs/heads/release-0.6"
3+
ref = "refs/tags/v0.6.2"

.holo/sources/prometheus.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[holosource]
22
url = "https://github.com/prometheus-community/helm-charts"
3-
ref = "refs/tags/prometheus-15.6.0"
3+
ref = "refs/tags/prometheus-15.18.0"

.holo/sources/promtail.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[holosource]
22
url = "https://github.com/grafana/helm-charts.git"
3-
ref = "refs/tags/promtail-3.11.0"
3+
ref = "refs/tags/promtail-6.6.2"

.holo/sources/sealed-secrets.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[holosource]
22
url = "https://github.com/bitnami-labs/sealed-secrets"
3-
ref = "refs/tags/helm-v2.1.7"
3+
ref = "refs/tags/helm-v2.7.1"

k8s-common/.holo/lenses/cert-manager.prepare.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ before = "cert-manager"
66

77
[hololens.shell]
88
script = '''
9-
sed -i'' -E 's/^(appVersion|version):.*/\1: v1.7.2/g' Chart.template.yaml
9+
sed -i'' -E 's/^(appVersion|version):.*/\1: v1.10.1/g' Chart.template.yaml
1010
mv -v Chart.template.yaml Chart.yaml
1111
'''
1212

k8s-common/promtail/default-values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# These values as applied first as template-provided defaults
22

33
config:
4-
lokiAddress: http://loki:3100/loki/api/v1/push
4+
clients:
5+
- url: http://loki:3100/loki/api/v1/push
56

67
tolerations:
78

0 commit comments

Comments
 (0)