Skip to content

Tags: connyay/charts

Tags

backstage-2.3.0

Toggle backstage-2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: allow extra ports to be added to the backend service (backstage…

…#237)

This is useful when prometheus metrics are exposed on a different port.
This resolves backstage#236.

Signed-off-by: RedlineTriad <[email protected]>

backstage-2.2.0

Toggle backstage-2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for hostAliases (backstage#234)

* Add support for hostAliases

Signed-off-by: Joel Damata <[email protected]>

* bump chart version and run pre-commit

Signed-off-by: Corey Daley <[email protected]>

---------

Signed-off-by: Joel Damata <[email protected]>
Signed-off-by: Corey Daley <[email protected]>
Co-authored-by: Joel Damata <[email protected]>

backstage-2.1.0

Toggle backstage-2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow to customize the metrics port of the ServiceMonitor (backstage#228

)

fixes backstage#221

Signed-off-by: Philipp Eckel <[email protected]>

backstage-2.0.0

Toggle backstage-2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix!: Use builtin probe endpoints (backstage#216)

* fix!: Use builtin probe endpoints

These are `/.backstage/health/v1/readiness` and `/.backstage/health/v1/liveness` and were added in v1.29

Ref: https://backstage.io/docs/releases/v1.29.0#backend-health-service

Signed-off-by: Nikolai Røed Kristiansen <[email protected]>

* chore(ci): Fix test failures in v1.31

Techdocs needs to be configured in app config.
Point our image-digest test to the v1.31.0 sha

Signed-off-by: Nikolai Røed Kristiansen <[email protected]>

---------

Signed-off-by: Nikolai Røed Kristiansen <[email protected]>

backstage-1.11.0

Toggle backstage-1.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add option to set Topology Spread Constraints, rather than just Affin…

…ity (backstage#217)

* add option to set Topology Spread Constraints, rather than just Affinity

Signed-off-by: David Roberts <[email protected]>

* add lint values for topologySpreadConstraints

Signed-off-by: David Roberts <[email protected]>

* bump chart version

Signed-off-by: David Roberts <[email protected]>

* remove the zone constraint, since the test environment is more limited

Signed-off-by: David Roberts <[email protected]>

---------

Signed-off-by: David Roberts <[email protected]>

backstage-1.10.0

Toggle backstage-1.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add support for multiple hosts and tls configurations in ingress (

backstage#218)

* feat: add support for multiple hosts and tls configurations in ingress

Signed-off-by: Marcus Söderberg <[email protected]>

* chore(test): add ingress CI tests

Signed-off-by: Marcus Söderberg <[email protected]>

---------

Signed-off-by: Marcus Söderberg <[email protected]>

backstage-1.9.6

Toggle backstage-1.9.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(backstage): option to pass in image by digest (backstage#208)

* feat(backstage): option to pass in image by digest

Signed-off-by: 1602077 <[email protected]>

* test: add ci test for digest

Signed-off-by: 1602077 <[email protected]>

* chore: rerun precommit hook

Signed-off-by: 1602077 <[email protected]>

---------

Signed-off-by: 1602077 <[email protected]>

backstage-1.9.5

Toggle backstage-1.9.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(ingress): add path as property configurable (backstage#196)

* feat(ingress): add path as property configurable

Signed-off-by: Jason Diaz G. <[email protected]>
Signed-off-by: Jason Diaz <[email protected]>

* fix(docs): Add the correct expected ingress default value in README.md file

Signed-off-by: Jason Diaz <[email protected]>

* chore(chart-version): Bump chart version to 1.9.5

Signed-off-by: Jason Diaz <[email protected]>

* fix(schema): Change ingress path examples in chart schema

Signed-off-by: Jason Diaz <[email protected]>

* chore(chart-version): Bump chart version to 1.9.5 in README.md

---------

Signed-off-by: Jason Diaz G. <[email protected]>
Signed-off-by: Jason Diaz <[email protected]>
Co-authored-by: Jason Diaz G <[email protected]>

backstage-1.9.4

Toggle backstage-1.9.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: move dependencies to OCI registry (backstage#192)

* fix: migrates to bitnami oci registry

OCI is the Bitnami recommended registry to use as described in
https://blog.bitnami.com/2023/04/httpsblog.bitnami.com202304bitnami-helm-charts-now-oci.html.

Signed-off-by: ChrisJBurns <[email protected]>

* Removes remaining Chart references for Bitnami

Signed-off-by: ChrisJBurns <[email protected]>

* JSON Schema updates

Signed-off-by: ChrisJBurns <[email protected]>

---------

Signed-off-by: ChrisJBurns <[email protected]>

backstage-1.9.3

Toggle backstage-1.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add namespace to configmap = .Release.Namespace; bump chart vers…

…ion to 1.9.3; update/regen docs (backstage#178)

Signed-off-by: Nick Boldt <[email protected]>