Skip to content

Commit

Permalink
add irsa-operator-0.30.0-57e653befa9ac0b9835fa337ee76204734fbd9e3.tgz
Browse files Browse the repository at this point in the history
irsa-operator-0.30.0-57e653befa9ac0b9835fa337ee76204734fbd9e3.tgz-meta/README.md
irsa-operator-0.30.0-57e653befa9ac0b9835fa337ee76204734fbd9e3.tgz-meta/main.yaml
irsa-operator-0.30.0-57e653befa9ac0b9835fa337ee76204734fbd9e3.tgz-meta/values.schema.json
  • Loading branch information
catalogbot committed Dec 30, 2024
1 parent c7cd02d commit e925ce3
Show file tree
Hide file tree
Showing 5 changed files with 217 additions and 1 deletion.
18 changes: 17 additions & 1 deletion index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21591,6 +21591,22 @@ entries:
urls:
- https://giantswarm.github.io/control-plane-test-catalog/irsa-operator-0.30.0-6668e116049dfaa61a0cfede5319651c1bc62a43.tgz
version: 0.30.0-6668e116049dfaa61a0cfede5319651c1bc62a43
- annotations:
application.giantswarm.io/metadata: https://giantswarm.github.io/control-plane-test-catalog/irsa-operator-0.30.0-57e653befa9ac0b9835fa337ee76204734fbd9e3.tgz-meta/main.yaml
application.giantswarm.io/readme: https://giantswarm.github.io/control-plane-test-catalog/irsa-operator-0.30.0-57e653befa9ac0b9835fa337ee76204734fbd9e3.tgz-meta/README.md
application.giantswarm.io/team: phoenix
application.giantswarm.io/values-schema: https://giantswarm.github.io/control-plane-test-catalog/irsa-operator-0.30.0-57e653befa9ac0b9835fa337ee76204734fbd9e3.tgz-meta/values.schema.json
config.giantswarm.io/version: 1.x.x
apiVersion: v1
created: "2024-12-30T12:45:09.491633848Z"
description: Operator for managing IAM roles for service accounts
digest: 0b8a175963249d572d55e7528e854a631292392f432123e386c661ce3e03bfca
home: https://github.com/giantswarm/irsa-operator
icon: https://s.giantswarm.io/app-icons/aws/2/dark.svg
name: irsa-operator
urls:
- https://giantswarm.github.io/control-plane-test-catalog/irsa-operator-0.30.0-57e653befa9ac0b9835fa337ee76204734fbd9e3.tgz
version: 0.30.0-57e653befa9ac0b9835fa337ee76204734fbd9e3
- annotations:
application.giantswarm.io/metadata: https://giantswarm.github.io/control-plane-test-catalog/irsa-operator-0.30.0-513868f8cf22dce9534ffe6cf92b138c8e418128.tgz-meta/main.yaml
application.giantswarm.io/readme: https://giantswarm.github.io/control-plane-test-catalog/irsa-operator-0.30.0-513868f8cf22dce9534ffe6cf92b138c8e418128.tgz-meta/README.md
Expand Down Expand Up @@ -47810,4 +47826,4 @@ entries:
urls:
- https://giantswarm.github.io/control-plane-test-catalog/vertical-pod-autoscaler-crd-3.1.1-210f7d852240f260929631c2436c30b32e897589.tgz
version: 3.1.1-210f7d852240f260929631c2436c30b32e897589
generated: "2024-12-30T11:59:00.222957553Z"
generated: "2024-12-30T12:45:09.49032066Z"
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[![CircleCI](https://circleci.com/gh/giantswarm/irsa-operator.svg?style=shield)](https://circleci.com/gh/giantswarm/irsa-operator)

# IAM Roles for Service Accounts Operator

TBD
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
annotations:
application.giantswarm.io/metadata: https://giantswarm.github.io/control-plane-test-catalog/irsa-operator-0.30.0-57e653befa9ac0b9835fa337ee76204734fbd9e3.tgz-meta/main.yaml
application.giantswarm.io/readme: https://giantswarm.github.io/control-plane-test-catalog/irsa-operator-0.30.0-57e653befa9ac0b9835fa337ee76204734fbd9e3.tgz-meta/README.md
application.giantswarm.io/team: phoenix
application.giantswarm.io/values-schema: https://giantswarm.github.io/control-plane-test-catalog/irsa-operator-0.30.0-57e653befa9ac0b9835fa337ee76204734fbd9e3.tgz-meta/values.schema.json
config.giantswarm.io/version: 1.x.x
chartApiVersion: v1
chartFile: irsa-operator-0.30.0-57e653befa9ac0b9835fa337ee76204734fbd9e3.tgz
dateCreated: '2024-12-30T12:45:03.476971Z'
digest: 0b8a175963249d572d55e7528e854a631292392f432123e386c661ce3e03bfca
home: https://github.com/giantswarm/irsa-operator
icon: https://s.giantswarm.io/app-icons/aws/2/dark.svg
Original file line number Diff line number Diff line change
@@ -0,0 +1,183 @@
{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"properties": {
"aws": {
"type": "object",
"properties": {
"accessKeyID": {
"type": "string"
},
"region": {
"type": "string"
},
"secretAccessKey": {
"type": "string"
}
}
},
"capa": {
"type": "boolean"
},
"image": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"tag": {
"type": "string"
}
}
},
"installation": {
"type": "object",
"properties": {
"name": {
"type": "string"
}
}
},
"legacy": {
"type": "boolean"
},
"maxConcurrentReconciles": {
"type": "integer",
"default": 4
},
"pod": {
"type": "object",
"properties": {
"group": {
"type": "object",
"properties": {
"id": {
"type": "integer"
}
}
},
"user": {
"type": "object",
"properties": {
"id": {
"type": "integer"
}
}
}
}
},
"podSecurityContext": {
"type": "object",
"properties": {
"seccompProfile": {
"type": "object",
"properties": {
"type": {
"type": "string"
}
}
},
"runAsNonRoot": {
"type": "boolean",
"default": true
}
}
},
"project": {
"type": "object",
"properties": {
"branch": {
"type": "string"
},
"commit": {
"type": "string"
}
}
},
"registry": {
"type": "object",
"properties": {
"domain": {
"type": "string"
}
}
},
"resources": {
"type": "object",
"properties": {
"limits": {
"type": "object",
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
}
},
"requests": {
"type": "object",
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
}
}
}
},
"securityContext": {
"type": "object",
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean",
"default": false
},
"seccompProfile": {
"type": "object",
"properties": {
"type": {
"type": "string"
}
}
},
"capabilities":{
"type": "object",
"properties": {
"drop": {
"type": "array",
"items": {
"type": "string"
},
"default": ["ALL"]
}
}
}
}
},
"podMonitor": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean"
}
}
},
"global": {
"type": "object",
"properties": {
"podSecurityStandards": {
"type": "object",
"properties": {
"enforced": {
"type": "boolean"
}
}
}
}
}
}
}

0 comments on commit e925ce3

Please sign in to comment.