Skip to content

Commit aefeca4

Browse files
committed
deployments: update
1 parent d7290b9 commit aefeca4

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

deployments/cronjob.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
spec:
1111
containers:
1212
- name: github-weather
13-
image: docker.io/varankinv/github-weather:v2.0.0
13+
image: docker.io/varankinv/github-weather:v3.1.0
1414
command: ["/bin/github-weather"]
1515
args:
1616
- "--debug"
@@ -31,4 +31,4 @@ spec:
3131
volumes:
3232
- name: config-secret-volume
3333
secret:
34-
secretName: gh-config-secret
34+
secretName: github-weather-config

deployments/secret.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
apiVersion: v1
22
kind: Secret
33
metadata:
4-
name: gh-config-secret
4+
name: github-weather-config
55
stringData:
66
config.yaml: |-
77
expiration_time: 30
8-
98
github:
109
client_id: "github/weather"
1110
endpoint: "https://api.github.com/graphql"
1211
token: "$GITHUB_TOKEN"
13-
1412
owm:
1513
api_key: "$OPENWEATHER_API_KEY"
1614
endpoint: "https://api.openweathermap.org/data/2.5/weather?appid={api-key}&units=metric"

0 commit comments

Comments
 (0)