Skip to content

Commit

Permalink
Update manifests to v1.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Wang <whynowy@gmail.com>
  • Loading branch information
whynowy committed Jan 9, 2024
1 parent f3957a4 commit 6a44acd
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?=latest
BASE_VERSION:=latest
VERSION?=v1.9.0
BASE_VERSION:=v1.9.0

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: latest
newTag: v1.9.0

patches:
- patch: |-
Expand All @@ -27,4 +27,4 @@ patches:
- name: controller-manager
env:
- name: ARGO_EVENTS_IMAGE
value: quay.io/argoproj/argo-events:latest
value: quay.io/argoproj/argo-events:v1.9.0
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,4 +11,4 @@ namespace: argo-events

images:
- name: quay.io/argoproj/argo-events
newTag: latest
newTag: v1.9.0
2 changes: 1 addition & 1 deletion manifests/install-validating-webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ spec:
fieldPath: metadata.namespace
- name: PORT
value: "443"
image: quay.io/argoproj/argo-events:latest
image: quay.io/argoproj/argo-events:v1.9.0
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 @@ -396,12 +396,12 @@ spec:
- controller
env:
- name: ARGO_EVENTS_IMAGE
value: quay.io/argoproj/argo-events:latest
value: quay.io/argoproj/argo-events:v1.9.0
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/argoproj/argo-events:latest
image: quay.io/argoproj/argo-events:v1.9.0
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 @@ -317,12 +317,12 @@ spec:
- --namespaced
env:
- name: ARGO_EVENTS_IMAGE
value: quay.io/argoproj/argo-events:latest
value: quay.io/argoproj/argo-events:v1.9.0
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/argoproj/argo-events:latest
image: quay.io/argoproj/argo-events:v1.9.0
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit 6a44acd

Please sign in to comment.