Skip to content

Commit

Permalink
Feat/entsoe py 0.6.6 (#14)
Browse files Browse the repository at this point in the history
* workflows only on main and tags

* bump entsoe version

* disable main
  • Loading branch information
eumel8 authored Feb 6, 2024
1 parent 0c58f59 commit 830f0d5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Build Image
on: push
on:
push:
# branches:
# - main
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
push:
branches:
- main

tags:
- '*'

jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ entsoe:
#entsoe_api_key:
image:
repository: mtr.devops.telekom.de/caas/entsoe
tag: 0.0.10
tag: 0.0.11
pullPolicy: Always
podSecurityContext:
fsGroup: 1000
Expand Down

0 comments on commit 830f0d5

Please sign in to comment.