We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa0fa9 commit 78ae2f1Copy full SHA for 78ae2f1
.github/workflows/release-helm-chart.yml
@@ -1,12 +1,10 @@
1
name: release helm chart
2
3
on:
4
- push:
5
- branches:
6
- - main
7
- release:
+ workflow_run:
+ workflows: ["Deploy Github Pages"]
8
types:
9
- - published
+ - completed
10
11
env:
12
HELM_VERSION: v3.17.0
charts/stac-manager/Chart.yaml
@@ -8,12 +8,12 @@ apiVersion: v2
name: stac-manager
description: Helm chart deployment for web application to update collection and item meta data in STAC catalogs
-version: "0.0.6"
+version: "0.0.7"
sources:
13
- https://github.com/developmentseed/stac-manager
14
15
type: application
16
-appVersion: "0.0.6"
+appVersion: "0.0.7"
17
18
maintainers:
19
- name: Development Seed. All Rights Reserved.
0 commit comments