This is an automated email from the ASF dual-hosted git repository.
daisyguo pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-deploy-kube.git
The following commit(s) were added to refs/heads/master by this push:
new 309e4c1 periodic bump of runtime and core version tags (#394)
309e4c1 is described below
commit 309e4c1733c02ec4d8c89bcb4ad77f44c4d61253
Author: David Grove <[email protected]>
AuthorDate: Mon Dec 17 20:51:56 2018 -0500
periodic bump of runtime and core version tags (#394)
---
helm/openwhisk/Chart.yaml | 2 +-
helm/openwhisk/runtimes.json | 24 ++++++++++++------------
helm/openwhisk/values.yaml | 28 ++++++++++++++--------------
3 files changed, 27 insertions(+), 27 deletions(-)
diff --git a/helm/openwhisk/Chart.yaml b/helm/openwhisk/Chart.yaml
index f178a73..b154fc1 100644
--- a/helm/openwhisk/Chart.yaml
+++ b/helm/openwhisk/Chart.yaml
@@ -4,7 +4,7 @@
apiVersion: v1
description: An open source, distributed serverless platform that executes
functions in response to events at any scale
name: openwhisk
-version: 0.1.1
+version: 0.1.2
icon:
https://raw.githubusercontent.com/apache/incubator-openwhisk/682eb5b62ee6ba8017ab54226c2ace3637f4f1ec/docs/images/whisk_icon_full-color_with_tm_64x64-300dpi.png
keywords:
- Apache OpenWhisk
diff --git a/helm/openwhisk/runtimes.json b/helm/openwhisk/runtimes.json
index 757f058..b95db48 100644
--- a/helm/openwhisk/runtimes.json
+++ b/helm/openwhisk/runtimes.json
@@ -7,7 +7,7 @@
"image": {
"prefix": "openwhisk",
"name": "nodejs6action",
- "tag": "586f84e"
+ "tag": "92503cb"
},
"deprecated": false,
"attached": {
@@ -27,7 +27,7 @@
"image": {
"prefix": "openwhisk",
"name": "action-nodejs-v8",
- "tag": "586f84e"
+ "tag": "92503cb"
},
"deprecated": false,
"attached": {
@@ -41,7 +41,7 @@
"image": {
"prefix": "openwhisk",
"name": "action-nodejs-v10",
- "tag": "586f84e"
+ "tag": "92503cb"
},
"deprecated": false,
"attached": {
@@ -56,7 +56,7 @@
"image": {
"prefix": "openwhisk",
"name": "python2action",
- "tag": "cee010a"
+ "tag": "de60587"
},
"deprecated": false,
"attached": {
@@ -70,7 +70,7 @@
"image": {
"prefix": "openwhisk",
"name": "python2action",
- "tag": "cee010a"
+ "tag": "de60587"
},
"deprecated": false,
"attached": {
@@ -83,7 +83,7 @@
"image": {
"prefix": "openwhisk",
"name": "python3action",
- "tag": "cee010a"
+ "tag": "de60587"
},
"deprecated": false,
"attached": {
@@ -146,7 +146,7 @@
"image": {
"prefix": "openwhisk",
"name": "action-php-v7.1",
- "tag": "ab65b67"
+ "tag": "0d082e2"
},
"attached": {
"attachmentName": "codefile",
@@ -160,7 +160,7 @@
"image": {
"prefix": "openwhisk",
"name": "action-php-v7.2",
- "tag": "ab65b67"
+ "tag": "0d082e2"
},
"attached": {
"attachmentName": "codefile",
@@ -174,7 +174,7 @@
"image": {
"prefix": "openwhisk",
"name": "action-php-v7.3",
- "tag": "ab65b67"
+ "tag": "0d082e2"
},
"attached": {
"attachmentName": "codefile",
@@ -194,7 +194,7 @@
"image": {
"prefix": "openwhisk",
"name": "action-ruby-v2.5",
- "tag": "092b5cf"
+ "tag": "78e1406"
}
}
],
@@ -210,7 +210,7 @@
"image": {
"prefix": "openwhisk",
"name": "actionloop-golang-v1.11",
- "tag": "e7fb79c"
+ "tag": "a62a3d0"
}
}
],
@@ -236,7 +236,7 @@
{
"prefix": "openwhisk",
"name": "dockerskeleton",
- "tag": "c0073ab"
+ "tag": "8b2e205"
}
]
}
diff --git a/helm/openwhisk/values.yaml b/helm/openwhisk/values.yaml
index c7868a7..883d4c0 100644
--- a/helm/openwhisk/values.yaml
+++ b/helm/openwhisk/values.yaml
@@ -110,19 +110,19 @@ whisk:
includeSystemTests: false
versions:
openwhisk:
- buildDate: "2018-11-26-16:11:11Z"
- buildNo: "20181126a"
- gitTag: "83de20ef2b7ef383a5708b59f36ba38e4cc279a8"
+ buildDate: "2018-12-13-03:18:39Z"
+ buildNo: "20181213a"
+ gitTag: "9f66633aa930547b0ea7caa36d4c46d935d6224d"
openwhiskCli:
- tag: "8da6e3b"
+ tag: "a596544"
openwhiskCatalog:
gitTag: "3d6d69f3e2dba96c775d4b1a4d55b1fc158b1201"
openwhiskPackageAlarms:
- gitTag: "d3846ad810ef9838fe849613af23dec53bd92676"
+ gitTag: "7693072f37d4ae215bf89bd721053b3cad341fec"
openwhiskPackageCloudant:
- gitTag: "3e0a90be16be5fc9e17928d3d70e230bfe4771b3"
+ gitTag: "cc9f35151b7b471f74e7f032c1f3342168687ca2"
openwhiskPackageKafka:
- gitTag: "e242c13d05a11c4d2df5968e13ba1e0f3ef95c72"
+ gitTag: "6dbafc49107567185ee3a55781c8b3144fad6f63"
# Properties of the Kubernetes cluster on which OpenWhisk is being deployed
k8s:
@@ -136,7 +136,7 @@ k8s:
# Images used to run auxillary tasks/jobs
utility:
imageName: "openwhisk/ow-utils"
- imageTag: "570c044"
+ imageTag: "9f66633"
imagePullPolicy: "IfNotPresent"
# Docker registry
@@ -232,7 +232,7 @@ nginx:
controller:
name: "controller"
imageName: "openwhisk/controller"
- imageTag: "7bd4971"
+ imageTag: "9f66633"
imagePullPolicy: "IfNotPresent"
replicaCount: 1
restartPolicy: "Always"
@@ -245,7 +245,7 @@ controller:
invoker:
name: "invoker"
imageName: "openwhisk/invoker"
- imageTag: "7bd4971"
+ imageTag: "9f66633"
imagePullPolicy: "IfNotPresent"
restartPolicy: "Always"
port: 8080
@@ -261,7 +261,7 @@ invoker:
agent:
name: "invoker-agent"
imageName: "openwhisk/kube-invoker-agent"
- imageTag: "e065c08"
+ imageTag: "eb92751"
imagePullPolicy: "IfNotPresent"
enabled: false
port: 3233
@@ -273,7 +273,7 @@ invoker:
apigw:
name: "apigateway"
imageName: "openwhisk/apigateway"
- imageTag: "a996221"
+ imageTag: "bed6e65"
imagePullPolicy: "IfNotPresent"
# NOTE: setting replicaCount > 1 is not tested and may not work
replicaCount: 1
@@ -311,7 +311,7 @@ providers:
enabled: false
name: "alarmprovider"
imageName: "openwhisk/alarmprovider"
- imageTag: "1.10.3"
+ imageTag: "1.12.0"
imagePullPolicy: "IfNotPresent"
# NOTE: replicaCount > 1 doesn't work because of the PVC
replicaCount: 1
@@ -338,7 +338,7 @@ providers:
enabled: false
name: "cloudantprovider"
imageName: "openwhisk/cloudantprovider"
- imageTag: "1.8.1"
+ imageTag: "1.9.0"
imagePullPolicy: "IfNotPresent"
# NOTE: replicaCount > 1 doesn't work because of the PVC
replicaCount: 1