Skip to content

Commit

Permalink
Replace placeholder by alloy-gateway-app
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinBisson committed Sep 25, 2024
1 parent 41ba487 commit f7a6d2f
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .abs/main.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
replace-chart-version-with-git: true
generate-metadata: true
chart-dir: ./helm/{APP-NAME}
chart-dir: ./helm/alloy-gateway-app
destination: ./build
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workflows:
name: package-and-push-chart
app_catalog: giantswarm-playground-catalog
app_catalog_test: giantswarm-playground-test-catalog
chart: "{APP-NAME}"
chart: "alloy-gateway-app"
# Trigger job on git tag.
filters:
tags:
Expand Down
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This PR:

### Testing

Description on how {APP-NAME} can be tested.
Description on how alloy-gateway-app can be tested.

- [ ] fresh install works
- [ ] AWS
Expand All @@ -27,7 +27,7 @@ Description on how {APP-NAME} can be tested.

#### Other testing

Description of features to additionally test for {APP-NAME} installations.
Description of features to additionally test for alloy-gateway-app installations.

- [ ] check reconciliation of existing resources after upgrading
- [ ] X still works after upgrade
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- changed: `app.giantswarm.io` label group was changed to `application.giantswarm.io`

[Unreleased]: https://github.com/giantswarm/{APP-NAME}/tree/main
[Unreleased]: https://github.com/giantswarm/alloy-gateway-app/tree/main
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Clone this repo to your local machine and setup "upstream copy" as remote to tra
```
git clone git@github.com:giantswarm/loki-app.git
cd loki-app
git rm -r helm/{APP-NAME} && git commit -am "remove template chart" && git push # optionally remove the chart template
git rm -r helm/alloy-gateway-app && git commit -am "remove template chart" && git push # optionally remove the chart template
git remote add -f --no-tags upstream-copy git@github.com:giantswarm/grafana-helm-charts-upstream.git # add remote
```

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/giantswarm/{APP-NAME}/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/giantswarm/{APP-NAME}/tree/main)
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/giantswarm/alloy-gateway-app/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/giantswarm/alloy-gateway-app/tree/main)

[Read me after cloning this template (GS staff only)](https://handbook.giantswarm.io/docs/dev-and-releng/app-developer-processes/adding_app_to_appcatalog/)

# {APP-NAME} chart
# alloy-gateway-app chart

Giant Swarm offers a {APP-NAME} App which can be installed in workload clusters.
Here we define the {APP-NAME} chart with its templates and default configuration.
Giant Swarm offers a alloy-gateway-app App which can be installed in workload clusters.
Here we define the alloy-gateway-app chart with its templates and default configuration.

**What is this app?**

Expand Down
4 changes: 2 additions & 2 deletions helm/{APP-NAME}/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apiVersion: v2
appVersion: 0.0.1

# Please make sure your name DOES NOT end in "app" or "-app".
name: {APP-NAME}
name: alloy-gateway-app

# Please describe what the app provides in a sentence or two.
description: Please add description

home: https://github.com/giantswarm/{APP-NAME}
home: https://github.com/giantswarm/alloy-gateway-app

# If you have an icon/logo, you should add it to https://github.com/giantswarm/web-assets
# and set the final URL as a value here and uncomment.
Expand Down
4 changes: 2 additions & 2 deletions helm/{APP-NAME}/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: {APP-NAME}
name: alloy-gateway-app
serviceType: managed

project:
Expand All @@ -7,6 +7,6 @@ project:

image:
registry: quay.io
name: giantswarm/{APP-NAME}
name: giantswarm/alloy-gateway-app
tag: v0.0.1
pullPolicy: IfNotPresent

0 comments on commit f7a6d2f

Please sign in to comment.