forked from mkoertgen/azure-app-exporter
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
20 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters