Skip to content

Commit

Permalink
Bumping image and chart versions for 1.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
liranbg committed Sep 16, 2019
1 parent bab6207 commit f2a7498
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 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.17
nuclio.io/version: 1.1.18
spec:
containers:
- name: nuclio-controller
image: quay.io/nuclio/controller:1.1.17-amd64
image: quay.io/nuclio/controller:1.1.18-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.17
nuclio.io/version: 1.1.18
spec:
containers:
- name: nuclio-dashboard
image: quay.io/nuclio/dashboard:1.1.17-amd64
image: quay.io/nuclio/dashboard:1.1.18-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.17
nuclio.io/version: 1.1.18
spec:
containers:
- name: nuclio-controller
image: quay.io/nuclio/controller:1.1.17-amd64
image: quay.io/nuclio/controller:1.1.18-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.17
nuclio.io/version: 1.1.18
spec:
containers:
- name: nuclio-dashboard
image: quay.io/nuclio/dashboard:1.1.17-amd64
image: quay.io/nuclio/dashboard:1.1.18-amd64
ports:
- containerPort: 8070
volumeMounts:
Expand Down
8 changes: 4 additions & 4 deletions hack/k8s/helm/nuclio/Chart.yaml
@@ -1,17 +1,17 @@
apiVersion: v1
description: Serverless for Real-Time and Data-Driven Applications
name: nuclio
version: 0.4.12
appVersion: 1.1.17
version: 0.4.13
appVersion: 1.1.18
icon: https://github.com/nuclio/nuclio/raw/master/docs/assets/images/logo.png
home: https://nuclio.io
sources:
- https://github.com/nuclio/nuclio
maintainers:
- name: bivas
email: eliranb@iguazio.com
- name: Eran Duchan
email: erand@iguazio.com
- name: Oded Messer
email: odedm@iguazio.com
- name: Liran Ben Gida
email: liranb@iguazio.com
- name: Sahar Elhayani
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.17-amd64
tag: 1.1.18-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.17-amd64
tag: 1.1.18-amd64
pullPolicy: IfNotPresent
baseImagePullPolicy: IfNotPresent
externalIPAddresses: []
Expand All @@ -45,15 +45,15 @@ autoscaler:
replicas: 1
image:
repository: quay.io/nuclio/autoscaler
tag: 1.1.17-amd64
tag: 1.1.18-amd64
pullPolicy: IfNotPresent

dlx:
enabled: false
replicas: 1
image:
repository: quay.io/nuclio/dlx
tag: 1.1.17-amd64
tag: 1.1.18-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.17
nuclio.io/version: 1.1.18
spec:
containers:
- name: nuclio-controller
image: quay.io/nuclio/controller:1.1.17-amd64
image: quay.io/nuclio/controller:1.1.18-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.17
nuclio.io/version: 1.1.18
spec:
containers:
- name: nuclio-dashboard
image: quay.io/nuclio/dashboard:1.1.17-amd64
image: quay.io/nuclio/dashboard:1.1.18-amd64
ports:
- containerPort: 8070
volumeMounts:
Expand Down

0 comments on commit f2a7498

Please sign in to comment.