Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Init version: 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Roming22 committed Mar 22, 2024
1 parent 04419cb commit 5090fa0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.10.2
version: 0.10.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
24 changes: 12 additions & 12 deletions test/data/helm-chart/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ metadata:
app.kubernetes.io/managed-by: "Helm"
app.kubernetes.io/instance: "installer"
app.kubernetes.io/version: 2.1.0
helm.sh/chart: "rhtap-0.10.2"
helm.sh/chart: "rhtap-0.10.3"
annotations:
# This is what defines this resource as a hook. Without this line, the
# job is considered part of the release.
Expand All @@ -121,7 +121,7 @@ spec:
labels:
app.kubernetes.io/managed-by: "Helm"
app.kubernetes.io/instance: "installer"
helm.sh/chart: "rhtap-0.10.2"
helm.sh/chart: "rhtap-0.10.3"
spec:
containers:

Expand Down Expand Up @@ -875,7 +875,7 @@ spec:
metadata:
name: rhtap-dev-namespace-setup
annotations:
helm.sh/chart: "rhtap-0.10.2"
helm.sh/chart: "rhtap-0.10.3"
spec:
description: >-
Create the required resources for rhtap tasks to run in a namespace.
Expand Down Expand Up @@ -932,7 +932,7 @@ spec:
labels:
app.kubernetes.io/instance: default
app.kubernetes.io/part-of: tekton-chains
helm.sh/chart: rhtap-0.10.2
helm.sh/chart: rhtap-0.10.3
operator.tekton.dev/operand-name: tektoncd-chains
name: \$SECRET_NAME
type: Opaque
Expand All @@ -947,7 +947,7 @@ spec:
--from-literal=password=\$GIT_TOKEN \
--type=kubernetes.io/basic-auth \
--dry-run=client -o yaml | kubectl apply --filename - --overwrite=true >/dev/null
kubectl annotate secret "\$SECRET_NAME" "helm.sh/chart=rhtap-0.10.2" >/dev/null
kubectl annotate secret "\$SECRET_NAME" "helm.sh/chart=rhtap-0.10.3" >/dev/null
echo "OK"
fi

Expand All @@ -961,7 +961,7 @@ spec:
kubectl apply --filename - --overwrite=true >/dev/null
rm "\$DATA"
echo -n "."
kubectl annotate secret "\$SECRET_NAME" "helm.sh/chart=rhtap-0.10.2" >/dev/null
kubectl annotate secret "\$SECRET_NAME" "helm.sh/chart=rhtap-0.10.3" >/dev/null
echo -n "."
while ! kubectl get serviceaccount pipeline >/dev/null &>2; do
sleep 2
Expand All @@ -986,7 +986,7 @@ spec:
--from-literal=rox-api-endpoint=\$ROX_ENDPOINT \
--from-literal=rox-api-token=\$ROX_API_TOKEN \
--dry-run=client -o yaml | kubectl apply --filename - --overwrite=true >/dev/null
kubectl annotate secret "\$SECRET_NAME" "helm.sh/chart=rhtap-0.10.2" >/dev/null
kubectl annotate secret "\$SECRET_NAME" "helm.sh/chart=rhtap-0.10.3" >/dev/null
echo "OK"
fi

Expand All @@ -1003,7 +1003,7 @@ spec:
metadata:
name: rhtap-pe-info
annotations:
helm.sh/chart: "rhtap-0.10.2"
helm.sh/chart: "rhtap-0.10.3"
spec:
description: >-
Display the configuration information needed by the Platform
Expand Down Expand Up @@ -1097,7 +1097,7 @@ spec:
metadata:
generateName: rhtap-dev-namespace-setup-
annotations:
helm.sh/chart: "rhtap-0.10.2"
helm.sh/chart: "rhtap-0.10.3"
spec:
pipelineSpec:
tasks:
Expand Down Expand Up @@ -1588,7 +1588,7 @@ metadata:
app.kubernetes.io/managed-by: "Helm"
app.kubernetes.io/instance: "installer"
app.kubernetes.io/version: 2.1.0
helm.sh/chart: "rhtap-0.10.2"
helm.sh/chart: "rhtap-0.10.3"
annotations:
# This is what defines this resource as a hook. Without this line, the
# job is considered part of the release.
Expand All @@ -1600,7 +1600,7 @@ spec:
labels:
app.kubernetes.io/managed-by: "Helm"
app.kubernetes.io/instance: "installer"
helm.sh/chart: "rhtap-0.10.2"
helm.sh/chart: "rhtap-0.10.3"
spec:
containers:

Expand All @@ -1621,7 +1621,7 @@ spec:
metadata:
generateName: rhtap-test-config-
annotations:
helm.sh/chart: "rhtap-0.10.2"
helm.sh/chart: "rhtap-0.10.3"
spec:
pipelineSpec:
tasks:
Expand Down

0 comments on commit 5090fa0

Please sign in to comment.