Skip to content

Commit

Permalink
update chart icon (gomods#1210)
Browse files Browse the repository at this point in the history
  • Loading branch information
rimusz authored and arschles committed May 8, 2019
1 parent abcc0a6 commit e7d7749
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/athens-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: athens-proxy
version: 0.2.3
version: 0.2.4
appVersion: 0.3.1
description: The proxy server for Go modules
icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png
icon: https://raw.githubusercontent.com/gomods/athens/master/docs/static/banner.png
keywords:
- Golang
- Package Management
Expand Down
7 changes: 5 additions & 2 deletions charts/athens-proxy/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{{- if .Values.ingress.enabled }}
{{- if (and .Values.ingress.enabled .Values.ingress.tls) }}
{{- range .Values.ingress.hosts }}
https://{{ . }}
{{- end }}
{{- else if .Values.ingress.enabled }}
{{- range .Values.ingress.hosts }}
http://{{ . }}
{{- end }}
{{- else if contains "NodePort" .Values.service.type }}
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ template "fullname" . }})
export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}")
Expand All @@ -16,4 +20,3 @@
echo "Visit http://127.0.0.1:8080 to use your application"
kubectl port-forward $POD_NAME 8080:3000
{{- end }}

0 comments on commit e7d7749

Please sign in to comment.