Skip to content

Commit 78ae2f1

Browse files
committed
Sorted dependencies on gh actions.
1 parent 8aa0fa9 commit 78ae2f1

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/release-helm-chart.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
name: release helm chart
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
release:
4+
workflow_run:
5+
workflows: ["Deploy Github Pages"]
86
types:
9-
- published
7+
- completed
108

119
env:
1210
HELM_VERSION: v3.17.0

charts/stac-manager/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ apiVersion: v2
88

99
name: stac-manager
1010
description: Helm chart deployment for web application to update collection and item meta data in STAC catalogs
11-
version: "0.0.6"
11+
version: "0.0.7"
1212
sources:
1313
- https://github.com/developmentseed/stac-manager
1414

1515
type: application
16-
appVersion: "0.0.6"
16+
appVersion: "0.0.7"
1717

1818
maintainers:
1919
- name: Development Seed. All Rights Reserved.

0 commit comments

Comments
 (0)