Skip to content

Commit bd7250b

Browse files
committed
feat(chart): add basic grafana dashboards for OADA?
1 parent adedab5 commit bd7250b

File tree

7 files changed

+14600
-4
lines changed

7 files changed

+14600
-4
lines changed

.github/workflows/build-and-push-services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ jobs:
394394
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
395395
with:
396396
tag_name: ${{ github.ref }}
397-
release_name: Release ${{ needs.setup.outputs.version }}
397+
release_name: OADA v${{ needs.setup.outputs.version }}
398398
# Make draft and wait for person to release it?
399399
draft: true
400400
prerelease: ${{ !!needs.setup.outputs.prerelease }}

.github/workflows/helm-chart.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
name: Release Helm chart
15+
name: Release Helm charts
1616

1717
on:
1818
push:
@@ -42,3 +42,4 @@ jobs:
4242
uses: helm/[email protected]
4343
env:
4444
CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
45+
CR_RELEASE_NAME_TEMPLATE: '{{ .Name }} chart v{{ .Version }}'

charts/oada/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ maintainers:
88
- name: awlayton
99
1010
type: application
11-
version: 1.5.0
12-
appVersion: '3.5.1'
11+
version: 1.6.0
12+
appVersion: '3.6.0'
1313
annotations:
1414
artifacthub.io/recommendations: |
1515
- url: https://artifacthub.io/packages/helm/cert-manager/cert-manager

0 commit comments

Comments
 (0)