Skip to content

Commit d4e0bd2

Browse files
committed
Update manifests to v1.1.7
Signed-off-by: Derek Wang <whynowy@gmail.com>
1 parent e53f858 commit d4e0bd2

15 files changed

Lines changed: 35 additions & 35 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ GIT_TREE_STATE=$(shell if [[ -z "`git status --porcelain`" ]]; then echo "clean"
1717
DOCKER_PUSH?=false
1818
DOCKER_BUILD_ARGS?=
1919
IMAGE_NAMESPACE?=quay.io/numaproj
20-
VERSION?=v1.1.6
21-
BASE_VERSION:=v1.1.6
20+
VERSION?=v1.1.7
21+
BASE_VERSION:=v1.1.7
2222

2323
override LDFLAGS += \
2424
-X ${PACKAGE}.version=${VERSION} \

api/openapi-spec/swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"swagger": "2.0",
33
"info": {
44
"title": "Numaflow",
5-
"version": "v1.1.6"
5+
"version": "v1.1.7"
66
},
77
"paths": {},
88
"definitions": {

config/advanced-install/namespaced-controller-wo-crds.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ spec:
301301
- controller
302302
env:
303303
- name: NUMAFLOW_IMAGE
304-
value: quay.io/numaproj/numaflow:v1.1.6
304+
value: quay.io/numaproj/numaflow:v1.1.7
305305
- name: NAMESPACE
306306
valueFrom:
307307
fieldRef:
@@ -324,7 +324,7 @@ spec:
324324
key: controller.disable.leader.election
325325
name: numaflow-cmd-params-config
326326
optional: true
327-
image: quay.io/numaproj/numaflow:v1.1.6
327+
image: quay.io/numaproj/numaflow:v1.1.7
328328
imagePullPolicy: Always
329329
livenessProbe:
330330
httpGet:

config/advanced-install/namespaced-controller/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resources:
1212

1313
images:
1414
- name: quay.io/numaproj/numaflow
15-
newTag: v1.1.6
15+
newTag: v1.1.7
1616

1717
patchesStrategicMerge:
1818
# For release scripts
@@ -28,7 +28,7 @@ patchesStrategicMerge:
2828
- name: controller-manager
2929
env:
3030
- name: NUMAFLOW_IMAGE
31-
value: quay.io/numaproj/numaflow:v1.1.6
31+
value: quay.io/numaproj/numaflow:v1.1.7
3232
- |
3333
apiVersion: v1
3434
kind: ConfigMap

config/advanced-install/namespaced-numaflow-server.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ spec:
247247
key: server.address
248248
name: numaflow-cmd-params-config
249249
optional: true
250-
image: quay.io/numaproj/numaflow:v1.1.6
250+
image: quay.io/numaproj/numaflow:v1.1.7
251251
imagePullPolicy: Always
252252
livenessProbe:
253253
httpGet:
@@ -283,7 +283,7 @@ spec:
283283
key: server.base.href
284284
name: numaflow-cmd-params-config
285285
optional: true
286-
image: quay.io/numaproj/numaflow:v1.1.6
286+
image: quay.io/numaproj/numaflow:v1.1.7
287287
imagePullPolicy: Always
288288
name: server-init
289289
volumeMounts:
@@ -296,7 +296,7 @@ spec:
296296
valueFrom:
297297
fieldRef:
298298
fieldPath: metadata.namespace
299-
image: quay.io/numaproj/numaflow:v1.1.6
299+
image: quay.io/numaproj/numaflow:v1.1.7
300300
imagePullPolicy: Always
301301
name: server-secrets-init
302302
securityContext:

config/advanced-install/namespaced-numaflow-server/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resources:
1212

1313
images:
1414
- name: quay.io/numaproj/numaflow
15-
newTag: v1.1.6
15+
newTag: v1.1.7
1616

1717
patchesStrategicMerge:
1818
- |

config/advanced-install/numaflow-server.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ spec:
258258
key: server.address
259259
name: numaflow-cmd-params-config
260260
optional: true
261-
image: quay.io/numaproj/numaflow:v1.1.6
261+
image: quay.io/numaproj/numaflow:v1.1.7
262262
imagePullPolicy: Always
263263
livenessProbe:
264264
httpGet:
@@ -294,7 +294,7 @@ spec:
294294
key: server.base.href
295295
name: numaflow-cmd-params-config
296296
optional: true
297-
image: quay.io/numaproj/numaflow:v1.1.6
297+
image: quay.io/numaproj/numaflow:v1.1.7
298298
imagePullPolicy: Always
299299
name: server-init
300300
volumeMounts:
@@ -307,7 +307,7 @@ spec:
307307
valueFrom:
308308
fieldRef:
309309
fieldPath: metadata.namespace
310-
image: quay.io/numaproj/numaflow:v1.1.6
310+
image: quay.io/numaproj/numaflow:v1.1.7
311311
imagePullPolicy: Always
312312
name: server-secrets-init
313313
securityContext:

config/advanced-install/numaflow-server/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ namespace: numaflow-system
1414

1515
images:
1616
- name: quay.io/numaproj/numaflow
17-
newTag: v1.1.6
17+
newTag: v1.1.7
1818

config/base/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resources:
1010

1111
images:
1212
- name: quay.io/numaproj/numaflow
13-
newTag: v1.1.6
13+
newTag: v1.1.7
1414

1515
patchesStrategicMerge:
1616
- |-
@@ -25,4 +25,4 @@ patchesStrategicMerge:
2525
- name: controller-manager
2626
env:
2727
- name: NUMAFLOW_IMAGE
28-
value: quay.io/numaproj/numaflow:v1.1.6
28+
value: quay.io/numaproj/numaflow:v1.1.7

config/extensions/webhook/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ namespace: numaflow-system
1111

1212
images:
1313
- name: quay.io/numaproj/numaflow
14-
newTag: v1.1.6
14+
newTag: v1.1.7
1515

0 commit comments

Comments
 (0)