-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update kubernetes release artifacts bundle
Signed-off-by: Jeeva Kandasamy <[email protected]>
- Loading branch information
1 parent
6d1d2a8
commit 1a96707
Showing
21 changed files
with
235 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 37 additions & 0 deletions
37
...acts/bundle/manifests/tekton-operator-controller-config-leader-election_v1_configmap.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
apiVersion: v1 | ||
data: | ||
_example: | | ||
################################ | ||
# # | ||
# EXAMPLE CONFIGURATION # | ||
# # | ||
################################ | ||
# This block is not actually functional configuration, | ||
# but serves to illustrate the available configuration | ||
# options and document them in a way that is accessible | ||
# to users that `kubectl edit` this config map. | ||
# | ||
# These sample configuration options may be copied out of | ||
# this example block and unindented to be in the data block | ||
# to actually change the configuration. | ||
# lease-duration is how long non-leaders will wait to try to acquire the | ||
# lock; 15 seconds is the value used by core kubernetes controllers. | ||
lease-duration: "60s" | ||
# renew-deadline is how long a leader will try to renew the lease before | ||
# giving up; 10 seconds is the value used by core kubernetes controllers. | ||
renew-deadline: "40s" | ||
# retry-period is how long the leader election client waits between tries of | ||
# actions; 2 seconds is the value used by core kubernetes controllers. | ||
retry-period: "10s" | ||
# buckets is the number of buckets used to partition key space of each | ||
# Reconciler. If this number is M and the replica number of the controller | ||
# is N, the N replicas will compete for the M buckets. The owner of a | ||
# bucket will take care of the reconciling for the keys partitioned into | ||
# that bucket. | ||
buckets: "1" | ||
kind: ConfigMap | ||
metadata: | ||
labels: | ||
app.kubernetes.io/instance: default | ||
operator.tekton.dev/release: v0.70.0 | ||
name: tekton-operator-controller-config-leader-election |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ rules: | |
- configmaps | ||
verbs: | ||
- get | ||
- describe |
2 changes: 1 addition & 1 deletion
2
...rhub/kubernetes/release-artifacts/bundle/manifests/tekton-operator-info_v1_configmap.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
apiVersion: v1 | ||
data: | ||
version: v0.59.0 | ||
version: v0.70.0 | ||
kind: ConfigMap | ||
metadata: | ||
labels: | ||
|
37 changes: 37 additions & 0 deletions
37
...tifacts/bundle/manifests/tekton-operator-webhook-config-leader-election_v1_configmap.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
apiVersion: v1 | ||
data: | ||
_example: | | ||
################################ | ||
# # | ||
# EXAMPLE CONFIGURATION # | ||
# # | ||
################################ | ||
# This block is not actually functional configuration, | ||
# but serves to illustrate the available configuration | ||
# options and document them in a way that is accessible | ||
# to users that `kubectl edit` this config map. | ||
# | ||
# These sample configuration options may be copied out of | ||
# this example block and unindented to be in the data block | ||
# to actually change the configuration. | ||
# lease-duration is how long non-leaders will wait to try to acquire the | ||
# lock; 15 seconds is the value used by core kubernetes controllers. | ||
lease-duration: "60s" | ||
# renew-deadline is how long a leader will try to renew the lease before | ||
# giving up; 10 seconds is the value used by core kubernetes controllers. | ||
renew-deadline: "40s" | ||
# retry-period is how long the leader election client waits between tries of | ||
# actions; 2 seconds is the value used by core kubernetes controllers. | ||
retry-period: "10s" | ||
# buckets is the number of buckets used to partition key space of each | ||
# Reconciler. If this number is M and the replica number of the controller | ||
# is N, the N replicas will compete for the M buckets. The owner of a | ||
# bucket will take care of the reconciling for the keys partitioned into | ||
# that bucket. | ||
buckets: "1" | ||
kind: ConfigMap | ||
metadata: | ||
labels: | ||
app.kubernetes.io/instance: default | ||
operator.tekton.dev/release: v0.70.0 | ||
name: tekton-operator-webhook-config-leader-election |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
...ts/bundle/manifests/tekton-result-read-role_rbac.authorization.k8s.io_v1_clusterrole.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: ClusterRole | ||
metadata: | ||
creationTimestamp: null | ||
name: tekton-result-read-role | ||
rules: | ||
- apiGroups: | ||
- operator.tekton.dev | ||
resources: | ||
- tektonresults | ||
verbs: | ||
- get | ||
- watch | ||
- list |
13 changes: 13 additions & 0 deletions
13
...fests/tekton-result-read-rolebinding_rbac.authorization.k8s.io_v1_clusterrolebinding.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: ClusterRoleBinding | ||
metadata: | ||
creationTimestamp: null | ||
name: tekton-result-read-rolebinding | ||
roleRef: | ||
apiGroup: rbac.authorization.k8s.io | ||
kind: ClusterRole | ||
name: tekton-result-read-role | ||
subjects: | ||
- apiGroup: rbac.authorization.k8s.io | ||
kind: Group | ||
name: system:authenticated |
Oops, something went wrong.