Skip to content

Commit

Permalink
upgrade estafette-ci-api (#92)
Browse files Browse the repository at this point in the history
* upgrade estafette-ci-api

* Use deployed cockroachdb version

---------

Co-authored-by: Yogesh <[email protected]>
  • Loading branch information
msharbaji and yogeshlonkar authored Apr 3, 2023
1 parent 6c65509 commit 01128f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .estafette.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ version:
semver:
major: 1
minor: 4
patch: 0
patch: 1
labelTemplate: '{{branch}}-{{auto}}'
releaseBranch: 1.4.0
releaseBranch: 1.4.1

stages:
lint-and-package:
Expand Down
2 changes: 1 addition & 1 deletion helm/estafette-ci/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies:
condition: web.enabled

- name: cockroachdb
version: 8.1.8
version: 10.0.6
repository: https://charts.cockroachdb.com/
alias: db
condition: db.enabled
Expand Down
2 changes: 1 addition & 1 deletion helm/estafette-ci/charts/estafette-ci-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.4.0
version: 1.4.1

home: https://helm.estafette.io
icon: https://helm.estafette.io/icon.png

0 comments on commit 01128f3

Please sign in to comment.