Skip to content

Commit

Permalink
fix registry
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianliechti committed Oct 1, 2022
1 parent 38121f6 commit 89a07b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion extension/dashboard/dashboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const (

dashboard = "dashboard"
dashboardChart = "kubernetes-dashboard"
dashboardVersion = "5.10.0"
dashboardVersion = "5.11.0"
)

func Install(ctx context.Context, kubeconfig, namespace string) error {
Expand Down
2 changes: 1 addition & 1 deletion extension/observability/observability_grafana.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
const (
grafana = "grafana"
grafanaChart = "grafana"
grafanaVersion = "6.38.6"
grafanaVersion = "6.40.0"
)

func installGrafana(ctx context.Context, kubeconfig, namespace string) error {
Expand Down
2 changes: 1 addition & 1 deletion extension/observability/observability_prometheus.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
const (
prometheus = "monitoring"
prometheusChart = "kube-prometheus-stack"
prometheusVersion = "40.1.1"
prometheusVersion = "40.3.1"
)

func installPrometheus(ctx context.Context, kubeconfig, namespace string) error {
Expand Down
2 changes: 1 addition & 1 deletion extension/registry/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ spec:
- "-port"
- "443"
- "-target"
- "http:// registry"
- "http://registry"
- "-key-file"
- "certs/tls.key"
- "-cert-file"
Expand Down

0 comments on commit 89a07b0

Please sign in to comment.