Skip to content

Commit

Permalink
feat(observability): Automatically update k8s vector container versio…
Browse files Browse the repository at this point in the history
…ns (#399)

* feat(observability): Automatically update k8s vector container versions

* Adding service discovery as well
  • Loading branch information
sasa-tomic committed May 21, 2024
1 parent 4838df8 commit 47557dc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,12 @@ jobs:
shell: bash
run: |
files=(
bases/apps/mainnet-dashboard/statefulset-slack.yaml
bases/apps/mainnet-dashboard/backend/base/deployment.yaml
bases/apps/ic-release-controller/sts.yaml
bases/apps/mainnet-dashboard/backend/base/deployment.yaml
bases/apps/mainnet-dashboard/statefulset-slack.yaml
bases/apps/service-discovery/service-discovery.yaml
bases/apps/vector-testnets/vector.yaml
bases/apps/vector/vector.yaml
)
if [[ $changed == "true" ]]; then
echo "Adding frontend to list of files"
Expand Down

0 comments on commit 47557dc

Please sign in to comment.