Commit Graph

178 Commits

Author SHA1 Message Date
Corey Daley 51294434ea
fix: Updates to jsonschema dereference script (#235)
- Fix linting errors when opening files without selecting an encoding
 - Search for values.schema.tmpl.json instead of Chart.lock files
 - Rename 'schema' variables to prevent shadowing or redefining
 - Add Module docstring
 - Add comments explaining what is being done
 - Rename file to follow Python module naming convention of snake_case
 - Rename some variables to correctly represent what they are doing, schema_template instead of chart, etc.
 - Update pre-commit to point to new jsonschema_dereference script name

Signed-off-by: Corey Daley <cdaley@redhat.com>
2024-11-25 16:14:42 +00:00
Corey Daley b0e982d951
Add support for hostAliases (#234)
* Add support for hostAliases

Signed-off-by: Joel Damata <damatj@pointclickcare.com>

* bump chart version and run pre-commit

Signed-off-by: Corey Daley <cdaley@redhat.com>

---------

Signed-off-by: Joel Damata <damatj@pointclickcare.com>
Signed-off-by: Corey Daley <cdaley@redhat.com>
Co-authored-by: Joel Damata <damatj@pointclickcare.com>
2024-11-13 19:34:50 +00:00
Corey Daley 560f425eb7
Update derived charts list and link (#233)
Signed-off-by: Corey Daley <cdaley@redhat.com>
2024-11-10 20:25:21 +00:00
Philipp Eckel 3c11e5bf74
Allow to customize the metrics port of the ServiceMonitor (#228)
fixes backstage/charts#221

Signed-off-by: Philipp Eckel <philipp.eckel@intive.com>
2024-10-31 15:58:33 +01:00
dependabot[bot] 963ffa5b00
chore(deps): bump actions/setup-go from 5.0.2 to 5.1.0 (#229)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.2 to 5.1.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](0a12ed9d6a...41dfa10bad)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-30 21:35:21 +01:00
dependabot[bot] 04027ec1e5
chore(deps): bump actions/checkout from 4.2.1 to 4.2.2 (#230)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](eef61447b9...11bd71901b)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-30 21:35:06 +01:00
dependabot[bot] cacc587fa0
chore(deps): bump actions/setup-python from 5.2.0 to 5.3.0 (#231)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](f677139bbe...0b93645e9f)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-30 21:34:48 +01:00
Nikolai Røed Kristiansen d77bf20a9a
fix!: Use builtin probe endpoints (#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 <nikolai.kristiansen@remarkable.no>

* 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 <nikolai.kristiansen@remarkable.no>

---------

Signed-off-by: Nikolai Røed Kristiansen <nikolai.kristiansen@remarkable.no>
2024-10-22 14:59:05 +02:00
dependabot[bot] d8e2ab88cc
chore(deps): bump oras-project/setup-oras from 1.2.0 to 1.2.1 (#227)
Bumps [oras-project/setup-oras](https://github.com/oras-project/setup-oras) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/oras-project/setup-oras/releases)
- [Commits](ca28077386...9c92598691)

---
updated-dependencies:
- dependency-name: oras-project/setup-oras
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-21 23:41:39 +02:00
David Roberts e7efd3e447
Add option to set Topology Spread Constraints, rather than just Affinity (#217)
* add option to set Topology Spread Constraints, rather than just Affinity

Signed-off-by: David Roberts <David.Roberts@orbis.com>

* add lint values for topologySpreadConstraints

Signed-off-by: David Roberts <David.Roberts@orbis.com>

* bump chart version

Signed-off-by: David Roberts <David.Roberts@orbis.com>

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

Signed-off-by: David Roberts <David.Roberts@orbis.com>

---------

Signed-off-by: David Roberts <David.Roberts@orbis.com>
2024-10-18 15:21:14 +02:00
dependabot[bot] 9ffb2b1045
chore(deps): bump actions/checkout from 4.2.0 to 4.2.1 (#226)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](d632683dd7...eef61447b9)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-14 17:17:02 +02:00
Patrik Oldsberg 978e586ef7
README: notice sections for important information (#225)
Just suggesting that we highlight things that I think are commonly missed

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-10-11 15:48:23 +02:00
Marcus Söderberg b2e1d7dad3
feat: add support for multiple hosts and tls configurations in ingress (#218)
* feat: add support for multiple hosts and tls configurations in ingress

Signed-off-by: Marcus Söderberg <msoderb@gmail.com>

* chore(test): add ingress CI tests

Signed-off-by: Marcus Söderberg <msoderb@gmail.com>

---------

Signed-off-by: Marcus Söderberg <msoderb@gmail.com>
2024-10-10 14:34:31 +02:00
dependabot[bot] 9385bf3a19
chore(deps): bump sigstore/cosign-installer from 3.6.0 to 3.7.0 (#224)
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](4959ce089c...dc72c7d5c4)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-10 14:32:13 +02:00
dependabot[bot] 112e1f743d
chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 (#222)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](692973e3d9...d632683dd7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-01 11:55:07 +02:00
dependabot[bot] c0b0a9b21d
chore(deps): bump actions/setup-python from 5.1.1 to 5.2.0 (#219)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.1 to 5.2.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](39cd14951b...f677139bbe)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-05 20:57:08 +01:00
jack 0aa17f4fd6
feat(backstage): option to pass in image by digest (#208)
* feat(backstage): option to pass in image by digest

Signed-off-by: 1602077 <62025739+1602077@users.noreply.github.com>

* test: add ci test for digest

Signed-off-by: 1602077 <62025739+1602077@users.noreply.github.com>

* chore: rerun precommit hook

Signed-off-by: 1602077 <62025739+1602077@users.noreply.github.com>

---------

Signed-off-by: 1602077 <62025739+1602077@users.noreply.github.com>
2024-08-22 16:26:35 +01:00
dependabot[bot] 9d0c0627b5
chore(deps): bump sigstore/cosign-installer from 3.5.0 to 3.6.0 (#215)
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](59acb6260d...4959ce089c)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-12 20:03:37 +01:00
dependabot[bot] 88240ce7a0
chore(deps): bump docker/login-action from 3.2.0 to 3.3.0 (#210)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](0d4c9c5ea7...9780b0c442)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-27 15:39:43 +01:00
dependabot[bot] e1a709207c
chore(deps): bump actions/setup-python from 5.1.0 to 5.1.1 (#205)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](82c7e631bb...39cd14951b)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-16 21:08:10 +01:00
dependabot[bot] d8fe7d03ca
chore(deps): bump actions/setup-go from 5.0.1 to 5.0.2 (#206)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](cdcb360436...0a12ed9d6a)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-16 21:07:53 +01:00
dependabot[bot] d16ce968d8
chore(deps): bump actions/checkout from 4.1.6 to 4.1.7 (#202)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](a5ac7e51b4...692973e3d9)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-24 20:55:51 +02:00
dependabot[bot] 864c683f5f
chore(deps): bump oras-project/setup-oras from 1.1.0 to 1.2.0 (#200)
Bumps [oras-project/setup-oras](https://github.com/oras-project/setup-oras) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/oras-project/setup-oras/releases)
- [Commits](ee7dbe1144...ca28077386)

---
updated-dependencies:
- dependency-name: oras-project/setup-oras
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-11 14:49:08 +01:00
Jason Díaz G b77ce14166
feat(ingress): add path as property configurable (#196)
* feat(ingress): add path as property configurable

Signed-off-by: Jason Diaz G. <jasondiazg@gmail.com>
Signed-off-by: Jason Diaz <jasondiazg@gmail.com>

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

Signed-off-by: Jason Diaz <jasondiazg@gmail.com>

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

Signed-off-by: Jason Diaz <jasondiazg@gmail.com>

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

Signed-off-by: Jason Diaz <jasondiazg@gmail.com>

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

---------

Signed-off-by: Jason Diaz G. <jasondiazg@gmail.com>
Signed-off-by: Jason Diaz <jasondiazg@gmail.com>
Co-authored-by: Jason Diaz G <jason.rene.diaz.gonzalez@ericsson.com>
2024-06-04 15:48:30 -05:00
dependabot[bot] ddaaa45fa1
chore(deps): bump docker/login-action from 3.1.0 to 3.2.0 (#198)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](e92390c5fb...0d4c9c5ea7)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-04 08:52:46 +02:00
Chris Burns d0314410f4
fix: move dependencies to OCI registry (#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 <29541485+ChrisJBurns@users.noreply.github.com>

* Removes remaining Chart references for Bitnami

Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>

* JSON Schema updates

Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>

---------

Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>
2024-05-30 20:17:07 +02:00
Chris Burns bcf7046104
chore(docs): contributing docs (#189)
Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>
2024-05-22 14:29:52 +02:00
dependabot[bot] 5cc3fc62b0
chore(deps): bump actions/checkout from 4.1.5 to 4.1.6 (#197)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](44c2b7a8a4...a5ac7e51b4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-22 14:06:01 +02:00
Chris Burns 62c2605e13
chore(test) adds postgres CI tests (#193)
* chore(test) adds basic postgres test

Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>

* bumps version

Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>

* renames file for pickup during test

Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>

* adds ci password for postgres

Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>

* update schema

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>

---------

Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
Co-authored-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2024-05-22 14:05:44 +02:00
dependabot[bot] 21e6b5fa4a
chore(deps): bump actions/checkout from 4.1.4 to 4.1.5 (#194)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](0ad4b8fada...44c2b7a8a4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-13 18:40:15 +01:00
Nick Boldt 0bf76cc58d
fix: add namespace to configmap = .Release.Namespace; bump chart version to 1.9.3; update/regen docs (#178)
Signed-off-by: Nick Boldt <nboldt@redhat.com>
2024-05-09 21:52:00 +02:00
Chris Burns 68d8aec463
fix(test): adds auth test key as auth is mandatory (#187)
* fix(test): adds auth test key as auth is mandatory

Authentication has been enabled by default in newer versions of
Backstage. This adds a dummy secret so tests can continue as normal

Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>

* updates schema json

Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>

* bump version

Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>

* Adds a more representative secret

Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>

* moves comment

Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>

* whitespace :(

Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>

* adds test auth key

Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>

* adds missing node

Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>

* adds app baseurl

Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>

* adds base url

Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>

* ci: add missing techdocs config

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>

* chore: upgrade schema

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>

* Apply suggestions from code review

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>

---------

Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
Co-authored-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2024-05-09 21:45:16 +02:00
dependabot[bot] 9343f0d312
chore(deps): bump actions/setup-go from 5.0.0 to 5.0.1 (#188)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](0c52d547c9...cdcb360436)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-06 21:48:37 +02:00
dependabot[bot] 259c020ffd
chore(deps): bump actions/checkout from 4.1.2 to 4.1.4 (#184)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](9bb56186c3...0ad4b8fada)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-04 14:03:08 +01:00
dependabot[bot] e7cd943334
chore(deps): bump azure/setup-helm from 4.1.0 to 4.2.0 (#183)
Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/azure/setup-helm/releases)
- [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md)
- [Commits](b7246b12e7...fe7b79cd5e)

---
updated-dependencies:
- dependency-name: azure/setup-helm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-04 14:02:31 +01:00
dependabot[bot] 63d747303f
chore(deps): bump helm/kind-action from 1.9.0 to 1.10.0 (#182)
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](99576bfa6d...0025e74a8c)

---
updated-dependencies:
- dependency-name: helm/kind-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-04 14:01:43 +01:00
dependabot[bot] 45c7cc6a9a
chore(deps): bump azure/setup-helm from 3.5 to 4 (#175)
Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 3.5 to 4.
- [Release notes](https://github.com/azure/setup-helm/releases)
- [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md)
- [Commits](5119fcb908...b7246b12e7)

---
updated-dependencies:
- dependency-name: azure/setup-helm
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-23 14:49:27 +02:00
dependabot[bot] dbdef5923a
chore(deps): bump sigstore/cosign-installer from 3.4.0 to 3.5.0 (#174)
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](e1523de757...59acb6260d)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-18 14:57:46 +01:00
dependabot[bot] 659962de79
chore(deps): bump actions/setup-python from 5.0.0 to 5.1.0 (#172)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](0a5c615913...82c7e631bb)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-01 20:09:18 +02:00
dependabot[bot] f270900ea2
chore(deps): bump actions/checkout from 4.1.1 to 4.1.2 (#170)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](b4ffde65f4...9bb56186c3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-19 23:55:10 +01:00
dependabot[bot] 77d3ea2e8b
chore(deps): bump docker/login-action from 3.0.0 to 3.1.0 (#171)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](343f7c4344...e92390c5fb)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-19 23:54:45 +01:00
Nick Boldt fd3a453edd
chore: update chart readme to recommend newer versions of Helm (not 3.2) (#161)
* chore: update chart readme to recommend newer versions of Helm (not 3.2) - RHIDP-976

Signed-off-by: Nick Boldt <nboldt@redhat.com>

* Apply suggestions from code review

Co-authored-by: Nick Boldt <nboldt@redhat.com>
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>

* fix: update values.yaml schema

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>

---------

Signed-off-by: Nick Boldt <nboldt@redhat.com>
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
Co-authored-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2024-03-08 15:00:08 +01:00
Vincenzo Scamporlino b1544f660d
add stale workflow (#168)
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2024-02-28 22:36:09 +01:00
Andreas Stenius 5473e3fde6
fix: render ingress host also when using tls. (#167)
* fix: render ingress host also when using tls.

Signed-off-by: Andreas Stenius <andreas.stenius@svenskaspel.se>

* Fix README

Signed-off-by: Andreas Stenius <andreas.stenius@svenskaspel.se>

---------

Signed-off-by: Andreas Stenius <andreas.stenius@svenskaspel.se>
2024-02-23 23:49:46 +01:00
smcavallo 36f7e34d7d
feat: add support for pod affinity (#162)
* feat: add support for pod affinity
Signed-off-by: smcavallo <smcavallo@hotmail.com>

* update affinity schema
Signed-off-by: smcavallo <smcavallo@hotmail.com>

* docs: fix pod affinity readme

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>

* bump minor version

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>

---------

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
Co-authored-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2024-02-21 23:14:29 +01:00
smcavallo 92af33b2ed
fix: latest schema gen (#164)
Signed-off-by: smcavallo <smcavallo@hotmail.com>
2024-02-21 22:39:38 +01:00
dependabot[bot] 5d429b09e7
chore(deps): bump helm/kind-action from 1.8.0 to 1.9.0 (#165)
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](dda0770415...99576bfa6d)

---
updated-dependencies:
- dependency-name: helm/kind-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-12 23:26:59 +00:00
dependabot[bot] d6a4ad5bae
chore(deps): bump pre-commit/action from 3.0.0 to 3.0.1 (#166)
Bumps [pre-commit/action](https://github.com/pre-commit/action) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/pre-commit/action/releases)
- [Commits](646c83fcd0...2c7b3805fd)

---
updated-dependencies:
- dependency-name: pre-commit/action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-12 23:26:06 +00:00
dependabot[bot] ed9da7489d
chore(deps): bump sigstore/cosign-installer from 3.3.0 to 3.4.0 (#163)
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](9614fae9e5...e1523de757)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-10 14:39:03 +00:00
Tom Coufal e122dc571b
fix: remove unused backstage.debug flag (#159)
Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
2024-01-09 14:54:00 +01:00