Skip to content

Commit

Permalink
chore: Adoption
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger committed Jun 10, 2024
1 parent b21e424 commit 64bc04a
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
CR_BASE=ghcr.io/mkoertgen
CR_BASE=ghcr.io/dodevops
# Inject semver on CI/CD, `gitversion /showvariable SemVer`
GITVERSION_SEMVER=0.1.0
2 changes: 1 addition & 1 deletion .github/workflows/azure-app-exporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
uses: mkoertgen/azure-app-exporter/.github/workflows/_build.yml@main
uses: dodevops/azure-app-exporter/.github/workflows/_build.yml@main
with:
component: azure-app-exporter
secrets:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![azure-app-exporter](https://github.com/mkoertgen/azure-app-exporter/actions/workflows/azure-app-exporter.yml/badge.svg)](https://github.com/mkoertgen/azure-app-exporter/actions/workflows/azure-app-exporter.yml)
[![azure-app-exporter](https://github.com/dodevops/azure-app-exporter/actions/workflows/azure-app-exporter.yml/badge.svg)](https://github.com/dodevops/azure-app-exporter/actions/workflows/azure-app-exporter.yml)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/azure-app-exporter)](https://artifacthub.io/packages/search?repo=azure-app-exporter)

# azure-app-exporter
Expand All @@ -9,7 +9,7 @@ Exposing Prometheus Metrics for Azure App Registration useful for alerting on ex

See [Documentation](_docs/index.md) for more information.

Contribute on the [Project page](https://github.com/users/mkoertgen/projects/1/)
Contribute on the [Project page](https://github.com/users/dodevops/projects/1/)

## Quick Start

Expand Down
2 changes: 2 additions & 0 deletions artifacthub-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ repositoryID: 0ff66d32-280b-4a3c-b7a1-fa2399549cf6
owners: # (optional, used to claim repository ownership)
- name: mkoertgen
email: [email protected]
- name: dodevops
email: [email protected]
13 changes: 8 additions & 5 deletions charts/azure-app-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@ apiVersion: v2
name: azure-app-exporter
description: Exposing Prometheus Metrics for Azure Service Principals
type: application
version: 0.1.0
appVersion: "0.1.19"
version: 0.2.0
appVersion: "0.1.35"
keywords:
- azure
- prometheus
home: https://github.com/mkoertgen/azure-app-exporter
home: https://github.com/dodevops/azure-app-exporter
sources:
- https://github.com/mkoertgen/azure-app-exporter
icon: https://raw.githubusercontent.com/mkoertgen/azure-app-exporter/main/logo.png
- https://github.com/dodevops/azure-app-exporter
icon: https://raw.githubusercontent.com/dodevops/azure-app-exporter/main/logo.png
maintainers:
- name: Marcel Körtgen
email: [email protected]
url: https://github.com/mkoertgen
- name: DO! DevOps
email: [email protected]
url: https://github.com/dodevops
9 changes: 5 additions & 4 deletions charts/azure-app-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@

Exposing Prometheus Metrics for Azure Service Principals

**Homepage:** <https://github.com/mkoertgen/azure-app-exporter>
**Homepage:** <https://github.com/dodevops/azure-app-exporter>

## Maintainers

| Name | Email | Url |
| ---- | ------ | --- |
| Name | Email | Url |
|----------------|-----------------------------|--------------------------------|
| Marcel Körtgen | <[email protected]> | <https://github.com/mkoertgen> |
| DO! DevOps | <[email protected]> | <https://github.com/dodevops> |

## Source Code

* <https://github.com/mkoertgen/azure-app-exporter>
* <https://github.com/dodevops/azure-app-exporter>

## Values

Expand Down
2 changes: 1 addition & 1 deletion grafana/dashboards/azure-app-exporter.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"title": "GitHub",
"tooltip": "GitHub",
"type": "link",
"url": "https://github.com/mkoertgen/azure-app-exporter"
"url": "https://github.com/dodevops/azure-app-exporter"
}
],
"liveNow": false,
Expand Down

0 comments on commit 64bc04a

Please sign in to comment.