Skip to content

Commit

Permalink
Bump versions to 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pavius committed May 19, 2019
1 parent d7fbea9 commit 4ac9f62
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions hack/aks/resources/nuclio.yaml
Expand Up @@ -88,11 +88,11 @@ spec:
nuclio.io/app: controller
nuclio.io/class: service
annotations:
nuclio.io/version: 1.1.5
nuclio.io/version: 1.1.6
spec:
containers:
- name: nuclio-controller
image: quay.io/nuclio/controller:1.1.5-amd64
image: quay.io/nuclio/controller:1.1.6-amd64
env:
- name: NUCLIO_CONTROLLER_IMAGE_PULL_SECRETS
value: registry-credentials
Expand All @@ -115,11 +115,11 @@ spec:
nuclio.io/app: dashboard
nuclio.io/class: service
annotations:
nuclio.io/version: 1.1.5
nuclio.io/version: 1.1.6
spec:
containers:
- name: nuclio-dashboard
image: quay.io/nuclio/dashboard:1.1.5-amd64
image: quay.io/nuclio/dashboard:1.1.6-amd64
ports:
- containerPort: 8070
volumeMounts:
Expand Down
8 changes: 4 additions & 4 deletions hack/gke/resources/nuclio.yaml
Expand Up @@ -88,11 +88,11 @@ spec:
nuclio.io/app: controller
nuclio.io/class: service
annotations:
nuclio.io/version: 1.1.5
nuclio.io/version: 1.1.6
spec:
containers:
- name: nuclio-controller
image: quay.io/nuclio/controller:1.1.5-amd64
image: quay.io/nuclio/controller:1.1.6-amd64
env:
- name: NUCLIO_CONTROLLER_IMAGE_PULL_SECRETS
value: registry-credentials
Expand All @@ -115,11 +115,11 @@ spec:
nuclio.io/app: dashboard
nuclio.io/class: service
annotations:
nuclio.io/version: 1.1.5
nuclio.io/version: 1.1.6
spec:
containers:
- name: nuclio-dashboard
image: quay.io/nuclio/dashboard:1.1.5-amd64
image: quay.io/nuclio/dashboard:1.1.6-amd64
ports:
- containerPort: 8070
volumeMounts:
Expand Down
4 changes: 2 additions & 2 deletions hack/k8s/helm/nuclio/Chart.yaml
@@ -1,8 +1,8 @@
apiVersion: v1
description: Serverless for Real-Time and Data-Driven Applications
name: nuclio
version: 0.4.3
appVersion: 1.1.5
version: 0.4.4
appVersion: 1.1.6
icon: https://github.com/nuclio/nuclio/raw/master/docs/assets/images/logo.png
home: https://nuclio.io
sources:
Expand Down
8 changes: 4 additions & 4 deletions hack/k8s/helm/nuclio/values.yaml
Expand Up @@ -6,7 +6,7 @@ controller:
enabled: true
image:
repository: quay.io/nuclio/controller
tag: 1.1.5-amd64
tag: 1.1.6-amd64
pullPolicy: IfNotPresent

# Uncomment to have the controller to listen only the namespace's events,
Expand All @@ -19,7 +19,7 @@ dashboard:
replicas: 1
image:
repository: quay.io/nuclio/dashboard
tag: 1.1.5-amd64
tag: 1.1.6-amd64
pullPolicy: IfNotPresent
baseImagePullPolicy: IfNotPresent
externalIPAddresses: []
Expand All @@ -32,15 +32,15 @@ autoscaler:
replicas: 1
image:
repository: quay.io/nuclio/autoscaler
tag: 1.1.5-amd64
tag: 1.1.6-amd64
pullPolicy: IfNotPresent

dlx:
enabled: false
replicas: 1
image:
repository: quay.io/nuclio/dlx
tag: 1.1.5-amd64
tag: 1.1.6-amd64
pullPolicy: IfNotPresent

registry:
Expand Down
8 changes: 4 additions & 4 deletions hack/k8s/resources/nuclio.yaml
Expand Up @@ -88,11 +88,11 @@ spec:
nuclio.io/app: controller
nuclio.io/class: service
annotations:
nuclio.io/version: 1.1.5
nuclio.io/version: 1.1.6
spec:
containers:
- name: nuclio-controller
image: quay.io/nuclio/controller:1.1.5-amd64
image: quay.io/nuclio/controller:1.1.6-amd64
env:
- name: NUCLIO_CONTROLLER_IMAGE_PULL_SECRETS
value: registry-credentials
Expand All @@ -115,11 +115,11 @@ spec:
nuclio.io/app: dashboard
nuclio.io/class: service
annotations:
nuclio.io/version: 1.1.5
nuclio.io/version: 1.1.6
spec:
containers:
- name: nuclio-dashboard
image: quay.io/nuclio/dashboard:1.1.5-amd64
image: quay.io/nuclio/dashboard:1.1.6-amd64
ports:
- containerPort: 8070
volumeMounts:
Expand Down

0 comments on commit 4ac9f62

Please sign in to comment.