Skip to content

Commit

Permalink
upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-codefresh committed Jul 18, 2024
1 parent eebd5cc commit e0e9c3b
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 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.9.2
BASE_VERSION:=v1.9.2
VERSION?=v1.9.2-cap-CR-24607
BASE_VERSION:=v1.9.2-cap-CR-24607

override LDFLAGS += \
-X ${PACKAGE}.version=${VERSION} \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
runAsUser: 9731
containers:
- name: controller-manager
image: quay.io/codefresh/argo-events:v1.9.0-cap-CR-22221
image: quay.io/codefresh/argo-events:v1.9.2-cap-CR-24607
imagePullPolicy: Always
args:
- controller
Expand All @@ -28,7 +28,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: ARGO_EVENTS_IMAGE
value: quay.io/codefresh/argo-events:v1.9.0-cap-CR-22221
value: quay.io/codefresh/argo-events:v1.9.2-cap-CR-24607
volumeMounts:
- mountPath: /etc/argo-events
name: controller-config-volume
Expand Down
4 changes: 2 additions & 2 deletions manifests/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resources:
images:
- name: quay.io/argoproj/argo-events
newName: quay.io/codefresh/argo-events
newTag: v1.9.0-cap-CR-22221
newTag: v1.9.2-cap-CR-24607

patches:
- patch: |-
Expand All @@ -28,4 +28,4 @@ patches:
- name: controller-manager
env:
- name: ARGO_EVENTS_IMAGE
value: quay.io/codefresh/argo-events:v1.9.0-cap-CR-22221
value: quay.io/codefresh/argo-events:v1.9.2-cap-CR-24607
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: webhook
image: quay.io/codefresh/argo-events:v1.9.0-cap-CR-22221
image: quay.io/codefresh/argo-events:v1.9.2-cap-CR-24607
imagePullPolicy: Always
args:
- webhook-service
Expand Down
2 changes: 1 addition & 1 deletion manifests/extensions/validating-webhook/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ namespace: argo-events
images:
- name: quay.io/argoproj/argo-events
newName: quay.io/codefresh/argo-events
newTag: v1.9.0-cap-CR-22221
newTag: v1.9.2-cap-CR-24607
2 changes: 1 addition & 1 deletion manifests/install-validating-webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ spec:
fieldPath: metadata.namespace
- name: PORT
value: "443"
image: quay.io/codefresh/argo-events:v1.9.0-cap-CR-22221
image: quay.io/codefresh/argo-events:v1.9.2-cap-CR-24607
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 @@ -401,12 +401,12 @@ spec:
- controller
env:
- name: ARGO_EVENTS_IMAGE
value: quay.io/codefresh/argo-events:v1.9.0-cap-CR-22221
value: quay.io/codefresh/argo-events:v1.9.2-cap-CR-24607
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/codefresh/argo-events:v1.9.0-cap-CR-22221
image: quay.io/codefresh/argo-events:v1.9.2-cap-CR-24607
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 @@ -322,12 +322,12 @@ spec:
- --namespaced
env:
- name: ARGO_EVENTS_IMAGE
value: quay.io/codefresh/argo-events:v1.9.0-cap-CR-22221
value: quay.io/codefresh/argo-events:v1.9.2-cap-CR-24607
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/codefresh/argo-events:v1.9.0-cap-CR-22221
image: quay.io/codefresh/argo-events:v1.9.2-cap-CR-24607
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit e0e9c3b

Please sign in to comment.