Skip to content

Commit

Permalink
chore: cut v0.6.4
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Riobo Lorenzo <[email protected]>
  • Loading branch information
adrianriobo committed May 22, 2024
1 parent a79c713 commit 8e27da1
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION ?= 0.6.3
VERSION ?= 0.6.4
CONTAINER_MANAGER ?= podman
# Image URL to use all building/pushing image targets
IMG ?= quay.io/rhqp/qenvs:v${VERSION}
Expand Down
4 changes: 2 additions & 2 deletions tkn/infra-aws-fedora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Task
metadata:
name: infra-aws-fedora
labels:
app.kubernetes.io/version: "0.6.3"
app.kubernetes.io/version: "0.6.4"
annotations:
tekton.dev/pipelines.minVersion: "0.24.x"
tekton.dev/categories: infrastructure
Expand Down Expand Up @@ -77,7 +77,7 @@ spec:

steps:
- name: provisioner
image: quay.io/rhqp/qenvs:v0.6.3
image: quay.io/rhqp/qenvs:v0.6.4
imagePullPolicy: Always
script: |
#!/bin/sh
Expand Down
4 changes: 2 additions & 2 deletions tkn/infra-aws-mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Task
metadata:
name: infra-aws-mac
labels:
app.kubernetes.io/version: "0.6.3"
app.kubernetes.io/version: "0.6.4"
annotations:
tekton.dev/pipelines.minVersion: "0.24.x"
tekton.dev/categories: infrastructure
Expand Down Expand Up @@ -96,7 +96,7 @@ spec:

steps:
- name: provisioner
image: quay.io/rhqp/qenvs:v0.6.3
image: quay.io/rhqp/qenvs:v0.6.4
imagePullPolicy: Always
script: |
#!/bin/sh
Expand Down
4 changes: 2 additions & 2 deletions tkn/infra-aws-rhel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Task
metadata:
name: infra-aws-rhel
labels:
app.kubernetes.io/version: "0.6.3"
app.kubernetes.io/version: "0.6.4"
annotations:
tekton.dev/pipelines.minVersion: "0.24.x"
tekton.dev/categories: infrastructure
Expand Down Expand Up @@ -81,7 +81,7 @@ spec:

steps:
- name: provisioner
image: quay.io/rhqp/qenvs:v0.6.3
image: quay.io/rhqp/qenvs:v0.6.4
imagePullPolicy: Always
script: |
#!/bin/sh
Expand Down
4 changes: 2 additions & 2 deletions tkn/infra-aws-windows-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Task
metadata:
name: infra-aws-windows-server
labels:
app.kubernetes.io/version: "0.6.3"
app.kubernetes.io/version: "0.6.4"
annotations:
tekton.dev/pipelines.minVersion: "0.24.x"
tekton.dev/categories: infrastructure
Expand Down Expand Up @@ -86,7 +86,7 @@ spec:

steps:
- name: provisioner
image: quay.io/rhqp/qenvs:v0.6.3
image: quay.io/rhqp/qenvs:v0.6.4
imagePullPolicy: Always
script: |
#!/bin/sh
Expand Down
4 changes: 2 additions & 2 deletions tkn/infra-azure-windows-desktop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Task
metadata:
name: infra-azure-windows-desktop
labels:
app.kubernetes.io/version: "0.6.3"
app.kubernetes.io/version: "0.6.4"
annotations:
tekton.dev/pipelines.minVersion: "0.24.x"
tekton.dev/categories: infrastructure
Expand Down Expand Up @@ -53,7 +53,7 @@ spec:

steps:
- name: provisioner
image: quay.io/rhqp/qenvs:v0.6.3
image: quay.io/rhqp/qenvs:v0.6.4
imagePullPolicy: Always
script: |
#!/bin/sh
Expand Down

0 comments on commit 8e27da1

Please sign in to comment.