Skip to content

Commit

Permalink
chore: bump patch version v0.6.1
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Riobo Lorenzo <[email protected]>
  • Loading branch information
adrianriobo committed Dec 14, 2023
1 parent 5deb83a commit 9d89524
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.7.0-dev
VERSION ?= 0.6.1
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.0"
app.kubernetes.io/version: "0.6.1"
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.0
image: quay.io/rhqp/qenvs:v0.6.1
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.0"
app.kubernetes.io/version: "0.6.1"
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.0
image: quay.io/rhqp/qenvs:v0.6.1
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.0"
app.kubernetes.io/version: "0.6.1"
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.0
image: quay.io/rhqp/qenvs:v0.6.1
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.0"
app.kubernetes.io/version: "0.6.1"
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.0
image: quay.io/rhqp/qenvs:v0.6.1
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.0"
app.kubernetes.io/version: "0.6.1"
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.0
image: quay.io/rhqp/qenvs:v0.6.1
imagePullPolicy: Always
volumeMounts:
- mountPath: /opt/credentials/
Expand Down

0 comments on commit 9d89524

Please sign in to comment.