Skip to content

Commit ad04e5f

Browse files
authored
Merge pull request #73 from weaveworks/more-profiles
More profiles
2 parents ac817e5 + bfca352 commit ad04e5f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1437
-208
lines changed

charts/index.yaml

-190
This file was deleted.

charts/ingress-0.0.1.tgz

-27.4 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.

charts/ingress/Chart.yaml charts/ingress-nginx/Chart.yaml

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
2-
name: ingress
2+
name: ingress-nginx
33
icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png
4-
description: A Weaveworks Helm chart for ingress
4+
description: A Weaveworks Helm chart for ingress-nginx
55
type: application
66
version: 0.0.5
77
kubeVersion: ">=1.16.0-0"
@@ -15,8 +15,12 @@ keywords:
1515
- nginx
1616
- nginx-ingress
1717

18+
maintainers:
19+
- name: Weaveworks
20+
21+
1822
annotations:
19-
"weave.works/profile": ingress
23+
"weave.works/profile": ingress-nginx
2024
"weave.works/links": |
2125
- name: Chart Sources
2226
url: https://kubernetes.github.io/ingress-nginx
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The ingress-nginx controller has been installed.

charts/ingress/templates/_helpers.tpl charts/ingress-nginx/templates/_helpers.tpl

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{/*
22
Expand the name of the chart.
33
*/}}
4-
{{- define "ingress.name" -}}
4+
{{- define "ingress-nginx.name" -}}
55
{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }}
66
{{- end }}
77

@@ -10,7 +10,7 @@ Create a default fully qualified app name.
1010
We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec).
1111
If release name contains chart name it will be used as a full name.
1212
*/}}
13-
{{- define "ingress.fullname" -}}
13+
{{- define "ingress-nginx.fullname" -}}
1414
{{- if .Values.fullnameOverride }}
1515
{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" }}
1616
{{- else }}
@@ -26,16 +26,16 @@ If release name contains chart name it will be used as a full name.
2626
{{/*
2727
Create chart name and version as used by the chart label.
2828
*/}}
29-
{{- define "ingress.chart" -}}
29+
{{- define "ingress-nginx.chart" -}}
3030
{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }}
3131
{{- end }}
3232

3333
{{/*
3434
Common labels
3535
*/}}
36-
{{- define "ingress.labels" -}}
37-
helm.sh/chart: {{ include "ingress.chart" . }}
38-
{{ include "ingress.selectorLabels" . }}
36+
{{- define "ingress-nginx.labels" -}}
37+
helm.sh/chart: {{ include "ingress-nginx.chart" . }}
38+
{{ include "ingress-nginx.selectorLabels" . }}
3939
{{- if .Chart.AppVersion }}
4040
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
4141
{{- end }}
@@ -45,17 +45,17 @@ app.kubernetes.io/managed-by: {{ .Release.Service }}
4545
{{/*
4646
Selector labels
4747
*/}}
48-
{{- define "ingress.selectorLabels" -}}
49-
app.kubernetes.io/name: {{ include "ingress.name" . }}
48+
{{- define "ingress-nginx.selectorLabels" -}}
49+
app.kubernetes.io/name: {{ include "ingress-nginx.name" . }}
5050
app.kubernetes.io/instance: {{ .Release.Name }}
5151
{{- end }}
5252

5353
{{/*
5454
Create the name of the service account to use
5555
*/}}
56-
{{- define "ingress.serviceAccountName" -}}
56+
{{- define "ingress-nginx.serviceAccountName" -}}
5757
{{- if .Values.serviceAccount.create }}
58-
{{- default (include "ingress.fullname" .) .Values.serviceAccount.name }}
58+
{{- default (include "ingress-nginx.fullname" .) .Values.serviceAccount.name }}
5959
{{- else }}
6060
{{- default "default" .Values.serviceAccount.name }}
6161
{{- end }}
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
ingress-nginx:
1+
ingress-nginx:
22
controller:
33
service:
44
annotations:
55
service.beta.kubernetes.io/aws-load-balancer-internal: "true"
66
networking.gke.io/load-balancer-type: "Internal"
77
service.beta.kubernetes.io/azure-load-balancer-internal: "true"
8-
service.beta.kubernetes.io/oci-load-balancer-internal: "true"
8+
service.beta.kubernetes.io/oci-load-balancer-internal: "true"

charts/ingress/templates/NOTES.txt

-1
This file was deleted.

charts/magalix-agent-0.0.1.tgz

-2.78 KB
Binary file not shown.

charts/observability-0.0.1.tgz

-319 KB
Binary file not shown.

charts/oidc-0.0.1.tgz

-14.2 KB
Binary file not shown.

charts/servicemesh-0.0.1.tgz

-321 KB
Binary file not shown.

charts/servicemesh-0.0.2.tgz

-321 KB
Binary file not shown.

charts/sockshop/.helmignore

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Patterns to ignore when building packages.
2+
# This supports shell glob matching, relative path matching, and
3+
# negation (prefixed with !). Only one pattern per line.
4+
.DS_Store
5+
# Common VCS dirs
6+
.git/
7+
.gitignore
8+
.bzr/
9+
.bzrignore
10+
.hg/
11+
.hgignore
12+
.svn/
13+
# Common backup files
14+
*.swp
15+
*.bak
16+
*.tmp
17+
*~
18+
# Various IDEs
19+
.project
20+
.idea/
21+
*.tmproj

charts/sockshop/Chart.lock

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
dependencies:
2+
- name: ingress-nginx
3+
repository: file://../ingress-nginx
4+
version: 0.0.5
5+
digest: sha256:adb8bd6fdb74cf879dd026d6457c6db7a9256064eb6c2293e6ba08130c7d41cb
6+
generated: "2021-11-08T13:53:50.353293-05:00"

charts/sockshop/Chart.yaml

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
apiVersion: v2
2+
name: sockshop
3+
description: A Weaveworks Helm chart for sockshop microservices demo
4+
version: 0.0.1
5+
dependencies:
6+
- name: ingress-nginx
7+
version: "~0.0.5"
8+
repository: "file://../ingress-nginx"
9+
home: https://github.com/weaveworks/profiles-catalog
10+
sources:
11+
- https://github.com/microservices-demo/microservices-demo/tree/master/deploy/kubernetes/helm-chart
12+
13+
keywords:
14+
- microservices
15+
- sockshop
16+
17+
maintainers:
18+
- name: Weaveworks
19+
20+
21+
annotations:
22+
"weave.works/profile": sockshop
23+
"weave.works/links": |
24+
- name: Chart Sources
25+
url: https://github.com/microservices-demo/microservices-demo/tree/master/deploy/kubernetes/helm-chart
26+
- name: Upstream Project
27+
url: https://github.com/microservices-demo/microservices-demo
27.4 KB
Binary file not shown.

charts/sockshop/templates/NOTES.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{{/* vim: set filetype=mustache: */}}
2+
{{/*
3+
Expand the name of the chart.
4+
*/}}
5+
{{- define "name" -}}
6+
{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" -}}
7+
{{- end -}}
8+
9+
{{/*
10+
Create a default fully qualified app name.
11+
We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec).
12+
*/}}
13+
{{- define "fullname" -}}
14+
{{- $name := default .Chart.Name .Values.nameOverride -}}
15+
{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" -}}
16+
{{- end -}}

0 commit comments

Comments
 (0)