mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-18 17:46:17 +10:00
kubeapps: bump chart version to 0.9.2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: kubeapps
|
||||
version: 0.9.1
|
||||
version: 0.9.2
|
||||
appVersion: v1.0.0-beta.3
|
||||
description: Kubeapps is a dashboard for your Kubernetes cluster that makes it easy to deploy and manage applications in your cluster using Helm
|
||||
icon: https://raw.githubusercontent.com/kubeapps/kubeapps/master/docs/img/logo.png
|
||||
|
||||
@@ -14,11 +14,11 @@ To access Kubeapps from outside your K8s cluster, follow the steps below:
|
||||
|
||||
1. Get the Kubeapps URL and associate Kubeapps hostname to your cluster external IP:
|
||||
|
||||
{{- range .Values.ingress.hosts }}
|
||||
export CLUSTER_IP=$(minikube ip) # On Minikube. Use: `kubectl cluster-info` on others K8s clusters
|
||||
echo "Kubeapps URL: http{{ if $.Values.ingress.tls }}s{{ end }}://{{ . }}{{ $.Values.ingress.path }}"
|
||||
echo "$CLUSTER_IP {{ . }}" | sudo tee -a /etc/hosts
|
||||
{{- end }}
|
||||
{{- range .Values.ingress.hosts }}
|
||||
echo "Kubeapps URL: http{{ if .tls }}s{{ end }}://{{ .name }}{{ default "/" .path }}"
|
||||
echo "$CLUSTER_IP {{ .name }}" | sudo tee -a /etc/hosts
|
||||
{{- end }}
|
||||
|
||||
{{- else }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user