Skip to content
Snippets Groups Projects
Commit 0d175533 authored by Alex Ellis (OpenFaaS Ltd)'s avatar Alex Ellis (OpenFaaS Ltd)
Browse files

Increment version of OpenFaaS chart

parent b343273d
No related branches found
No related tags found
No related merge requests found
......@@ -121,8 +121,6 @@ charts-only:
render-charts:
./contrib/create-static-manifest.sh
./contrib/create-static-manifest.sh ./chart/openfaas ./yaml_arm64 ./chart/openfaas/values-arm64.yaml
./contrib/create-static-manifest.sh ./chart/openfaas ./yaml_armhf ./chart/openfaas/values-armhf.yaml
start-kind: ## attempt to start a new dev environment
@./contrib/create_dev.sh
......
......@@ -2,7 +2,7 @@ apiVersion: v2
type: application
description: OpenFaaS - Serverless Functions Made Simple
name: openfaas
version: 11.1.8
version: 11.1.9
sources:
- https://github.com/openfaas/faas
- https://github.com/openfaas/faas-netes
......
......@@ -25,7 +25,7 @@ for filepath in $TEMPLATE_FILE; do
filename=$(basename $filepath)
outputname="${filename%%.*}.yml"
# Use helm to generate the yaml and then use sed to remove the helm specific lables/annotations.
helm template openfaas "$CHART_DIR" --namespace="$NAMEPSPACE" --set "functionNamespace=$FUNCTIONNAMESPACE" -s templates/$filename --values="$VALUESNAME" \
helm template openfaas "$CHART_DIR" --set "generateBasicAuth=false" --namespace="$NAMEPSPACE" --set "functionNamespace=$FUNCTIONNAMESPACE" -s templates/$filename --values="$VALUESNAME" \
| sed -E '/(chart:)|(release:)|(heritage:)/d' \
| sed -E '/# Source:/d' \
| sed -E '/^$/d' \
......
No preview for this file type
This diff is collapsed.
No preview for this file type
No preview for this file type
No preview for this file type
File added
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -18,7 +18,7 @@ spec:
app: alertmanager
annotations:
sidecar.istio.io/inject: "true"
checksum/alertmanager-config: "8a20518e1d612be237e41749d4f5a10e7b94be31d1cea63cb7f9d0f96916243e"
checksum/alertmanager-config: "c813fe638c225b775c7b9eb6210c494c7d3ca6b234b207aa139d28630476a8e3"
spec:
containers:
- name: alertmanager
......
......@@ -18,7 +18,7 @@ spec:
app: prometheus
annotations:
sidecar.istio.io/inject: "true"
checksum/prometheus-config: "2173938d3068a1c91bcde00888211d34d72c8efd290ce99f13f63a93be3ed5b3"
checksum/prometheus-config: "80d6b1f67518e397eab9877704f4e83a00dfd4ee25114c0011659cb3f92e4190"
spec:
serviceAccountName: openfaas-prometheus
containers:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment