Skip to content

Commit

Permalink
create Codefresh release v1.9.2-cap-CR-25582 for synced version
Browse files Browse the repository at this point in the history
  • Loading branch information
pasha-codefresh committed Oct 22, 2024
1 parent 11c6de5 commit b000faf
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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/codefresh
VERSION?=v1.9.2-cap-CR-24607
BASE_VERSION:=v1.9.2-cap-CR-24607
VERSION?=v1.9.2-cap-CR-25582
BASE_VERSION:=v1.9.2-cap-CR-25582

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 @@ -13,7 +13,7 @@ resources:
images:
- name: quay.io/argoproj/argo-events
newName: quay.io/codefresh/argo-events
newTag: v1.9.2-cap-CR-24607
newTag: v1.9.2-cap-CR-25582

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.2-cap-CR-24607
value: quay.io/codefresh/argo-events:v1.9.2-cap-CR-25582
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.2-cap-CR-24607
newTag: v1.9.2-cap-CR-25582
2 changes: 1 addition & 1 deletion manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ spec:
- controller
env:
- name: ARGO_EVENTS_IMAGE
value: quay.io/codefresh/argo-events:v1.9.2-cap-CR-24607
value: quay.io/codefresh/argo-events:v1.9.2-cap-CR-25582
- name: NAMESPACE
valueFrom:
fieldRef:
Expand Down
2 changes: 1 addition & 1 deletion manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ spec:
- --namespaced
env:
- name: ARGO_EVENTS_IMAGE
value: quay.io/codefresh/argo-events:v1.9.2-cap-CR-24607
value: quay.io/codefresh/argo-events:v1.9.2-cap-CR-25582
- name: NAMESPACE
valueFrom:
fieldRef:
Expand Down

0 comments on commit b000faf

Please sign in to comment.