Skip to content

Commit

Permalink
Bump chart to fix openfaasImagePullPolicy
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed May 4, 2020
1 parent 789fc39 commit b871f30
Show file tree
Hide file tree
Showing 14 changed files with 165 additions and 142 deletions.
2 changes: 1 addition & 1 deletion chart/openfaas/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Enable Kubernetes as a backend for OpenFaaS (Functions as a Service)
name: openfaas
version: 5.8.0
version: 5.8.1
sources:
- https://github.com/openfaas/faas
- https://github.com/openfaas/faas-netes
Expand Down
Binary file modified docs/cron-connector-0.3.1.tgz
Binary file not shown.
287 changes: 155 additions & 132 deletions docs/index.yaml

Large diffs are not rendered by default.

Binary file modified docs/kafka-connector-0.4.0.tgz
Binary file not shown.
Binary file added docs/openfaas-5.8.1.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion yaml/alertmanager-dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion yaml/gateway-dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion yaml/prometheus-dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion yaml_arm64/alertmanager-dep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
app: alertmanager
annotations:
sidecar.istio.io/inject: "true"
checksum/alertmanager-config: "a548e0a319d0af068aa39ba989632e200c40b9f86efbc72a403fdc2a57fb6a58"
checksum/alertmanager-config: "8d1a881a8da44c8c09bd1506eda36274bb72add08abe9114b4f9cf4c5d6665a1"
spec:
containers:
- name: alertmanager
Expand Down
2 changes: 1 addition & 1 deletion yaml_arm64/gateway-dep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ spec:
memory: 120Mi

image: openfaas/faas-netes:0.10.3-arm64
imagePullPolicy:
imagePullPolicy: Always
securityContext:
readOnlyRootFilesystem: true
runAsUser: 10001
Expand Down
2 changes: 1 addition & 1 deletion yaml_arm64/prometheus-dep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
app: prometheus
annotations:
sidecar.istio.io/inject: "true"
checksum/prometheus-config: "6a2a090273022c2bbda85bfe212e9f4ac0d84d7efd482e3fa41a9f235b64471c"
checksum/prometheus-config: "6d0872ca77229cea9993a49a7d58fe58ae595ac6f238b4ef1ca91d63bbf5439b"
spec:
serviceAccountName: openfaas-prometheus
containers:
Expand Down
2 changes: 1 addition & 1 deletion yaml_armhf/alertmanager-dep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
app: alertmanager
annotations:
sidecar.istio.io/inject: "true"
checksum/alertmanager-config: "9601529ec774c220aa4edd1f45aabdfe4378cbed940cd1e59392b8f7a66321c0"
checksum/alertmanager-config: "2e948123a9f58d281c255904cee9296fa9a19340c26ad991c2d89583d40ae247"
spec:
containers:
- name: alertmanager
Expand Down
2 changes: 1 addition & 1 deletion yaml_armhf/gateway-dep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:
memory: 120Mi

image: openfaas/faas-netes:0.10.3-armhf
imagePullPolicy:
imagePullPolicy: Always
securityContext:
readOnlyRootFilesystem: true
runAsUser: 10001
Expand Down
2 changes: 1 addition & 1 deletion yaml_armhf/prometheus-dep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
app: prometheus
annotations:
sidecar.istio.io/inject: "true"
checksum/prometheus-config: "6a2a090273022c2bbda85bfe212e9f4ac0d84d7efd482e3fa41a9f235b64471c"
checksum/prometheus-config: "6d0872ca77229cea9993a49a7d58fe58ae595ac6f238b4ef1ca91d63bbf5439b"
spec:
serviceAccountName: openfaas-prometheus
containers:
Expand Down

0 comments on commit b871f30

Please sign in to comment.