Skip to content

Commit

Permalink
Update manifests to v1.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Wang <[email protected]>
  • Loading branch information
whynowy committed Jun 9, 2022
1 parent b03f5c7 commit a98978a
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ EXECUTABLES = curl docker gzip go
# docker image publishing options
DOCKER_PUSH?=false
IMAGE_NAMESPACE?=quay.io/argoproj
VERSION?=v1.7.0
BASE_VERSION:=v1.7.0
VERSION?=v1.7.1
BASE_VERSION:=v1.7.1

override LDFLAGS += \
-X ${PACKAGE}.version=${VERSION} \
Expand Down
2 changes: 1 addition & 1 deletion api/openapi-spec/swagger.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions manifests/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resources:

images:
- name: quay.io/argoproj/argo-events
newTag: v1.7.0
newTag: v1.7.1

patchesStrategicMerge:
- |-
Expand All @@ -27,4 +27,4 @@ patchesStrategicMerge:
- name: controller-manager
env:
- name: ARGO_EVENTS_IMAGE
value: quay.io/argoproj/argo-events:v1.7.0
value: quay.io/argoproj/argo-events:v1.7.1
2 changes: 1 addition & 1 deletion manifests/extensions/validating-webhook/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ namespace: argo-events

images:
- name: quay.io/argoproj/argo-events
newTag: v1.7.0
newTag: v1.7.1

2 changes: 1 addition & 1 deletion manifests/install-validating-webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/argoproj/argo-events:v1.7.0
image: quay.io/argoproj/argo-events:v1.7.1
imagePullPolicy: Always
name: webhook
serviceAccountName: argo-events-webhook-sa
4 changes: 2 additions & 2 deletions manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -371,12 +371,12 @@ spec:
- controller
env:
- name: ARGO_EVENTS_IMAGE
value: quay.io/argoproj/argo-events:v1.7.0
value: quay.io/argoproj/argo-events:v1.7.1
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/argoproj/argo-events:v1.7.0
image: quay.io/argoproj/argo-events:v1.7.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,12 +292,12 @@ spec:
- --namespaced
env:
- name: ARGO_EVENTS_IMAGE
value: quay.io/argoproj/argo-events:v1.7.0
value: quay.io/argoproj/argo-events:v1.7.1
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/argoproj/argo-events:v1.7.0
image: quay.io/argoproj/argo-events:v1.7.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit a98978a

Please sign in to comment.