Skip to content

Commit d8a2561

Browse files
authored
Merge pull request #10 from redhat-gpte-devopsautomation/master
update
2 parents 05669fa + 3201d0f commit d8a2561

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

scaffolder-templates/gitlab/coolstore/catalog-spring-boot/manifests/helm/build/templates/task-verify-commit.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
- description: OIDC issuer
1616
name: oidc-issuer
1717
type: string
18-
default: https://keycloak-keycloak-system.apps.cluster-v42rv.sandbox795.opentlc.com/auth/realms/sigstore
18+
default: https://keycloak-rhsso.apps.cluster-v42rv.sandbox795.opentlc.com/auth/realms/sigstore
1919
- description: Rekor URL
2020
name: rekor-url
2121
type: string

scaffolder-templates/gitlab/coolstore/catalog-spring-boot/manifests/helm/build/templates/triggertemplate-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
- name: certificate-identity
5858
value: $(tt.params.git-committer)
5959
- name: oidc-issuer
60-
value: https://keycloak-keycloak-system{{ .Values.app.cluster }}/auth/realms/trusted-artifact-signer
60+
value: https://keycloak-rhsso{{ .Values.app.cluster }}/auth/realms/trusted-artifact-signer
6161
pipelineRef:
6262
name: {{ .Values.app.name }}-build
6363
serviceAccountName: pipeline

scaffolder-templates/gitlab/coolstore/gateway-vertx/manifests/helm/build/templates/task-verify-commit.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
- description: OIDC issuer
1616
name: oidc-issuer
1717
type: string
18-
default: https://keycloak-keycloak-system.apps.cluster-v42rv.sandbox795.opentlc.com/auth/realms/sigstore
18+
default: https://keycloak-rhsso.apps.cluster-v42rv.sandbox795.opentlc.com/auth/realms/sigstore
1919
- description: Rekor URL
2020
name: rekor-url
2121
type: string

scaffolder-templates/gitlab/coolstore/gateway-vertx/manifests/helm/build/templates/triggertemplate-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
- name: certificate-identity
5858
value: $(tt.params.git-committer)
5959
- name: oidc-issuer
60-
value: https://keycloak-keycloak-system{{ .Values.app.cluster }}/auth/realms/trusted-artifact-signer
60+
value: https://keycloak-rhsso{{ .Values.app.cluster }}/auth/realms/trusted-artifact-signer
6161
pipelineRef:
6262
name: {{ .Values.app.name }}-build
6363
serviceAccountName: pipeline

scaffolder-templates/gitlab/coolstore/inventory-quarkus/manifests/helm/build/templates/task-verify-commit.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
- description: OIDC issuer
1616
name: oidc-issuer
1717
type: string
18-
default: https://keycloak-keycloak-system.apps.cluster-v42rv.sandbox795.opentlc.com/auth/realms/sigstore
18+
default: https://keycloak-rhsso.apps.cluster-v42rv.sandbox795.opentlc.com/auth/realms/sigstore
1919
- description: Rekor URL
2020
name: rekor-url
2121
type: string

scaffolder-templates/gitlab/coolstore/inventory-quarkus/manifests/helm/build/templates/triggertemplate-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
- name: certificate-identity
5858
value: $(tt.params.git-committer)
5959
- name: oidc-issuer
60-
value: https://keycloak-keycloak-system{{ .Values.app.cluster }}/auth/realms/trusted-artifact-signer
60+
value: https://keycloak-rhsso{{ .Values.app.cluster }}/auth/realms/trusted-artifact-signer
6161
pipelineRef:
6262
name: {{ .Values.app.name }}-build
6363
serviceAccountName: pipeline

scaffolder-templates/gitlab/coolstore/web-nodejs/manifests/helm/build/templates/task-verify-commit.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
- description: OIDC issuer
1616
name: oidc-issuer
1717
type: string
18-
default: https://keycloak-keycloak-system.apps.cluster-v42rv.sandbox795.opentlc.com/auth/realms/sigstore
18+
default: https://keycloak-rhsso.apps.cluster-v42rv.sandbox795.opentlc.com/auth/realms/sigstore
1919
- description: Rekor URL
2020
name: rekor-url
2121
type: string

scaffolder-templates/gitlab/coolstore/web-nodejs/manifests/helm/build/templates/triggertemplate-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
- name: certificate-identity
5858
value: $(tt.params.git-committer)
5959
- name: oidc-issuer
60-
value: https://keycloak-keycloak-system{{ .Values.app.cluster }}/auth/realms/trusted-artifact-signer
60+
value: https://keycloak-rhsso{{ .Values.app.cluster }}/auth/realms/trusted-artifact-signer
6161
pipelineRef:
6262
name: {{ .Values.app.name }}-build
6363
serviceAccountName: pipeline

scaffolder-templates/gitlab/quinoa-wind-turbine/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Game's architecture:
1515

1616
## Repository Breakdown
1717

18-
* skeleton: app source code, it contains catalog-info, Dockerfile, Devfile, Gitlab CI
18+
* skeleton: app source code, it contains catalog-info, Dockerfile, Devfile, Gitlab CI
1919
* manifests: Kubernetes manifests source code for building and deploying the app: Argo CD App of Apps, Helm for build and deploy, Tekton, Tekton Chains and Argo CD
2020

2121
## How to use this template
@@ -32,7 +32,7 @@ The setup will install the game in three envs:
3232
* Dev: all the new commits land here, any new git push will trigger the build pipeline
3333
* Pre-prod: When ready in dev, just tag your version in Gitlab and this will start the promote pipeline
3434
* Prod: When ready in pre-prod, create a new release in Gitlab from your tag and this will start again the promote pipeline
35-
35+
3636
Do a first commit do kick-off the first pipeline and then follow the flow.
3737

3838
A possible flow would be:
@@ -51,7 +51,7 @@ git config --local --edit
5151

5252
[gitsign]
5353
fulcio = https://fulcio-server-trusted-artifact-signer.apps.cluster-6c6wk.sandbox879.opentlc.com
54-
issuer = https://keycloak-keycloak-system.apps.cluster-6c6wk.sandbox879.opentlc.com/auth/realms/trusted-artifact-signer
54+
issuer = https://keycloak-rhsso.apps.cluster-6c6wk.sandbox879.opentlc.com/auth/realms/trusted-artifact-signer
5555
rekor = https://rekor-server-trusted-artifact-signer.apps.cluster-6c6wk.sandbox879.opentlc.com
5656
clientid = trusted-artifact-signer
5757

scaffolder-templates/gitlab/quinoa-wind-turbine/manifests/helm/build/templates/task-verify-commit.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
- description: OIDC issuer
1616
name: oidc-issuer
1717
type: string
18-
default: https://keycloak-keycloak-system.apps.cluster-v42rv.sandbox795.opentlc.com/auth/realms/sigstore
18+
default: https://keycloak-rhsso.apps.cluster-v42rv.sandbox795.opentlc.com/auth/realms/sigstore
1919
- description: Rekor URL
2020
name: rekor-url
2121
type: string

scaffolder-templates/gitlab/quinoa-wind-turbine/manifests/helm/build/templates/triggertemplate-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
- name: certificate-identity
5858
value: $(tt.params.git-committer)
5959
- name: oidc-issuer
60-
value: https://keycloak-keycloak-system{{ .Values.app.cluster }}/auth/realms/trusted-artifact-signer
60+
value: https://keycloak-rhsso{{ .Values.app.cluster }}/auth/realms/trusted-artifact-signer
6161
pipelineRef:
6262
name: {{ .Values.app.name }}-build
6363
serviceAccountName: pipeline

0 commit comments

Comments
 (0)