Skip to content

Commit

Permalink
cut v0.0.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 Sep 14, 2023
1 parent ce0450b commit 24df05f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions tkn/infra-management-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Task
metadata:
name: infra-management-aws
labels:
app.kubernetes.io/version: "0.0.4-snapshot"
app.kubernetes.io/version: "0.0.4"
annotations:
tekton.dev/pipelines.minVersion: "0.24.x"
tekton.dev/categories: infrastructure
Expand Down Expand Up @@ -81,8 +81,7 @@ spec:

steps:
- name: provisioner
image: quay.io/rhqp/qenvs:v0.0.4-snapshot
imagePullPolicy: Always
image: quay.io/rhqp/qenvs:v0.0.4
script: |
#!/bin/sh
Expand Down
5 changes: 2 additions & 3 deletions tkn/infra-management-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Task
metadata:
name: infra-management-azure
labels:
app.kubernetes.io/version: "0.0.4-snaphost"
app.kubernetes.io/version: "0.0.4"
annotations:
tekton.dev/pipelines.minVersion: "0.24.x"
tekton.dev/categories: infrastructure
Expand Down Expand Up @@ -68,8 +68,7 @@ spec:

steps:
- name: provisioner
image: quay.io/rhqp/qenvs:v0.0.4-snapshot
imagePullPolicy: Always
image: quay.io/rhqp/qenvs:v0.0.4
volumeMounts:
- mountPath: /opt/credentials/
name: credentials
Expand Down

0 comments on commit 24df05f

Please sign in to comment.