Skip to content

Commit

Permalink
Bump to 1.1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
liranbg committed Jan 24, 2020
1 parent 65deb49 commit 8772a9d
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.24
nuclio.io/version: 1.1.25
spec:
containers:
- name: nuclio-controller
image: quay.io/nuclio/controller:1.1.24-amd64
image: quay.io/nuclio/controller:1.1.25-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.24
nuclio.io/version: 1.1.25
spec:
containers:
- name: nuclio-dashboard
image: quay.io/nuclio/dashboard:1.1.24-amd64
image: quay.io/nuclio/dashboard:1.1.25-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.24
nuclio.io/version: 1.1.25
spec:
containers:
- name: nuclio-controller
image: quay.io/nuclio/controller:1.1.24-amd64
image: quay.io/nuclio/controller:1.1.25-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.24
nuclio.io/version: 1.1.25
spec:
containers:
- name: nuclio-dashboard
image: quay.io/nuclio/dashboard:1.1.24-amd64
image: quay.io/nuclio/dashboard:1.1.25-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.22
appVersion: 1.1.24
version: 0.4.23
appVersion: 1.1.25
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.24-amd64
tag: 1.1.25-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.24-amd64
tag: 1.1.25-amd64
pullPolicy: IfNotPresent
baseImagePullPolicy: IfNotPresent
externalIPAddresses: []
Expand All @@ -45,15 +45,15 @@ autoscaler:
replicas: 1
image:
repository: quay.io/nuclio/autoscaler
tag: 1.1.24-amd64
tag: 1.1.25-amd64
pullPolicy: IfNotPresent

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

0 comments on commit 8772a9d

Please sign in to comment.