Skip to content

Commit

Permalink
add backstage-0.12.2-30ff561630d4ea4bea839409dfb69e36c43dd3e9.tgz
Browse files Browse the repository at this point in the history
backstage-0.12.2-30ff561630d4ea4bea839409dfb69e36c43dd3e9.tgz-meta/README.md
backstage-0.12.2-30ff561630d4ea4bea839409dfb69e36c43dd3e9.tgz-meta/main.yaml
backstage-0.12.2-30ff561630d4ea4bea839409dfb69e36c43dd3e9.tgz-meta/values.schema.json
  • Loading branch information
catalogbot committed Dec 30, 2023
1 parent ea75ac4 commit 3a3e8b5
Show file tree
Hide file tree
Showing 5 changed files with 303 additions and 1 deletion.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/giantswarm/backstage/tree/main.svg?style=svg&circle-token=726512c4b8bf303eb5e8cbc8bb1f2f395c039e6d)](https://dl.circleci.com/status-badge/redirect/gh/giantswarm/backstage/tree/main)

# Backstage for Giant Swarm

This is Giant Swarm's own [Backstage](https://backstage.io/) code base backing our internal [developer portal](https://devportal.giantswarm.io/).

Check out the [development docs](docs/development.md) to learn about how to add/change functionality and how to run this application locally.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
annotations:
application.giantswarm.io/metadata: https://giantswarm.github.io/giantswarm-operations-platform-test-catalog/backstage-0.12.2-30ff561630d4ea4bea839409dfb69e36c43dd3e9.tgz-meta/main.yaml
application.giantswarm.io/readme: https://giantswarm.github.io/giantswarm-operations-platform-test-catalog/backstage-0.12.2-30ff561630d4ea4bea839409dfb69e36c43dd3e9.tgz-meta/README.md
application.giantswarm.io/team: team-honeybadger
application.giantswarm.io/values-schema: https://giantswarm.github.io/giantswarm-operations-platform-test-catalog/backstage-0.12.2-30ff561630d4ea4bea839409dfb69e36c43dd3e9.tgz-meta/values.schema.json
ui.giantswarm.io/logo: https://s.giantswarm.io/app-icons/backstage/1/logo.svg
chartApiVersion: v1
chartFile: backstage-0.12.2-30ff561630d4ea4bea839409dfb69e36c43dd3e9.tgz
dateCreated: '2023-12-30T02:04:06.683481'
digest: c58ee60feec43fb5500d8e7cb8167dbd1ea85387c54fc118006b953b618974f0
home: https://github.com/giantswarm/backstage
icon: https://s.giantswarm.io/app-icons/backstage/1/icon.svg
Original file line number Diff line number Diff line change
@@ -0,0 +1,266 @@
{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"properties": {
"authSessionSecret": {
"type": "string"
},
"backstage": {
"title": "Backstage parameters",
"type": "object",
"additionalProperties": false,
"properties": {
"args": {
"title": "Backstage container command arguments",
"type": "array",
"items": {
"type": "string"
},
"default": []
},
"command": {
"title": "Backstage container command",
"type": "array",
"items": {
"type": "string"
},
"default": [
"node",
"packages/backend"
]
},
"extraAppConfig": {
"title": "Extra app configuration files to inline into command arguments",
"type": "array",
"items": {
"type": "object",
"additionalProperties": false,
"properties": {
"filename": {
"type": "string"
},
"configMapRef": {
"type": "string"
}
}
},
"default": []
}
}
},
"catalogLocationUrl": {
"type": "string"
},
"circleci": {
"type": "object",
"properties": {
"apiToken": {
"type": "string"
}
}
},
"dexAuthCredentials": {
"type": "object",
"properties": {
"gaggle": {
"type": "object",
"properties": {
"clientID": {
"type": "string"
},
"clientSecret": {
"type": "string"
}
}
},
"gazelle": {
"type": "object",
"properties": {
"clientID": {
"type": "string"
},
"clientSecret": {
"type": "string"
}
}
},
"glippy": {
"type": "object",
"properties": {
"clientID": {
"type": "string"
},
"clientSecret": {
"type": "string"
}
}
},
"goat": {
"type": "object",
"properties": {
"clientID": {
"type": "string"
},
"clientSecret": {
"type": "string"
}
}
},
"golem": {
"type": "object",
"properties": {
"clientID": {
"type": "string"
},
"clientSecret": {
"type": "string"
}
}
},
"goose": {
"type": "object",
"properties": {
"clientID": {
"type": "string"
},
"clientSecret": {
"type": "string"
}
}
},
"goten": {
"type": "object",
"properties": {
"clientID": {
"type": "string"
},
"clientSecret": {
"type": "string"
}
}
},
"grizzly": {
"type": "object",
"properties": {
"clientID": {
"type": "string"
},
"clientSecret": {
"type": "string"
}
}
},
"snail": {
"type": "object",
"properties": {
"clientID": {
"type": "string"
},
"clientSecret": {
"type": "string"
}
}
}
}
},
"githubAppCredentials": {
"type": "string"
},
"githubAuthCredentials": {
"type": "object",
"properties": {
"clientID": {
"type": "string"
},
"clientSecret": {
"type": "string"
}
}
},
"grafana": {
"type": "object",
"properties": {
"apiToken": {
"type": "string"
}
}
},
"groupID": {
"type": "integer"
},
"hostnames": {
"type": "array"
},
"image": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"repository": {
"type": "string"
}
}
},
"name": {
"type": "string"
},
"namespace": {
"type": "string"
},
"nodeSelector": {
"type": "object"
},
"opsgenie": {
"type": "object",
"properties": {
"apiKey": {
"type": "string"
}
}
},
"port": {
"type": "integer"
},
"quay": {
"type": "object",
"properties": {
"apiToken": {
"type": "string"
}
}
},
"registry": {
"type": "object",
"properties": {
"domain": {
"type": "string"
}
}
},
"sentry": {
"type": "object",
"properties": {
"app": {
"type": "object",
"properties": {
"dsn": {
"type": "string"
}
}
},
"backend": {
"type": "object",
"properties": {
"dsn": {
"type": "string"
}
}
}
}
},
"userID": {
"type": "integer"
}
}
}
19 changes: 18 additions & 1 deletion index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1889,6 +1889,23 @@ entries:
urls:
- https://giantswarm.github.io/giantswarm-operations-platform-test-catalog/backstage-0.12.2-34765302b9db22059be2c3c8debe5f23d415f591.tgz
version: 0.12.2-34765302b9db22059be2c3c8debe5f23d415f591
- annotations:
application.giantswarm.io/metadata: https://giantswarm.github.io/giantswarm-operations-platform-test-catalog/backstage-0.12.2-30ff561630d4ea4bea839409dfb69e36c43dd3e9.tgz-meta/main.yaml
application.giantswarm.io/readme: https://giantswarm.github.io/giantswarm-operations-platform-test-catalog/backstage-0.12.2-30ff561630d4ea4bea839409dfb69e36c43dd3e9.tgz-meta/README.md
application.giantswarm.io/team: team-honeybadger
application.giantswarm.io/values-schema: https://giantswarm.github.io/giantswarm-operations-platform-test-catalog/backstage-0.12.2-30ff561630d4ea4bea839409dfb69e36c43dd3e9.tgz-meta/values.schema.json
ui.giantswarm.io/logo: https://s.giantswarm.io/app-icons/backstage/1/logo.svg
apiVersion: v1
appVersion: 0.12.2-30ff561630d4ea4bea839409dfb69e36c43dd3e9
created: "2023-12-30T02:04:09.264074423Z"
description: The Giant Swarm developer portal.
digest: c58ee60feec43fb5500d8e7cb8167dbd1ea85387c54fc118006b953b618974f0
home: https://github.com/giantswarm/backstage
icon: https://s.giantswarm.io/app-icons/backstage/1/icon.svg
name: backstage
urls:
- https://giantswarm.github.io/giantswarm-operations-platform-test-catalog/backstage-0.12.2-30ff561630d4ea4bea839409dfb69e36c43dd3e9.tgz
version: 0.12.2-30ff561630d4ea4bea839409dfb69e36c43dd3e9
- annotations:
application.giantswarm.io/metadata: https://giantswarm.github.io/giantswarm-operations-platform-test-catalog/backstage-0.12.2-27b1caa29abf0c3d79f07c9536c8eaa0ff19aad6.tgz-meta/main.yaml
application.giantswarm.io/readme: https://giantswarm.github.io/giantswarm-operations-platform-test-catalog/backstage-0.12.2-27b1caa29abf0c3d79f07c9536c8eaa0ff19aad6.tgz-meta/README.md
Expand Down Expand Up @@ -15326,4 +15343,4 @@ entries:
urls:
- https://giantswarm.github.io/giantswarm-operations-platform-test-catalog/web-assets-app-0.7.31-17a613191d206d18f8cbcf1942d34588539fd4e3.tgz
version: 0.7.31-17a613191d206d18f8cbcf1942d34588539fd4e3
generated: "2023-12-29T08:27:27.353897012Z"
generated: "2023-12-30T02:04:09.263368324Z"

0 comments on commit 3a3e8b5

Please sign in to comment.