Skip to content

Commit

Permalink
Merge pull request #29 from Metatavu/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
anttileppa committed Apr 17, 2024
2 parents 92f7dbe + abcce26 commit a5e41cf
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Scheduled Release
on:
schedule:
- cron: '*/5 * * * *'
- cron: '14 0 * * 4'

jobs:
release:
Expand Down
8 changes: 4 additions & 4 deletions charts/transport-management/charts/auth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ replicaCount: 1
image:
repository: ghcr.io/metatavu/vp-kuljetus-transport-management-keycloak
pullPolicy: IfNotPresent
sha256: e4a9cfc6e72ee0a268707f75159620b8b6f8fb2f3921ea82097b5bb06d96758e
sha256: 4ef7c55053ebe29d67ab84bcff45c777ffb6a6ebd513013601cc3d6cb173daf1

resources:
limits:
Expand All @@ -14,17 +14,17 @@ resources:
memory: 512Mi

startupProbe:
failureTreshold: 30
failureThreshold: 30
periodSeconds: 10

livenessProbe:
failureTreshold: 3
failureThreshold: 3
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 30

readinessProbe:
failureTreshold: 3
failureThreshold: 3
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 30
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ replicaCount: 1
image:
repository: ghcr.io/metatavu/vp-kuljetus-delivery-info-service-api
pullPolicy: Always
sha256: 0984f219361671686d4816be7ff6000769c72df48f7b3f69c0661593db66ccce
sha256: 3e94f09418a46e8058e0dcc5b9a0881a66840bcfc2b1ce3cd9ffbb864e3ff5fd

metadata:
annotations:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ replicaCount: 1
image:
repository: ghcr.io/metatavu/vp-kuljetus-user-management-service-api
pullPolicy: Always
sha256: 84242bfd56fd5281f5f49d87f18e79c6e8f24892992c54f059fc9261f58cc097
sha256: 1e1a3ea39380ce67ead960da44d4bfa09ad52734f80f9c77c3c934c1ab3e76cd

metadata:
annotations:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ replicaCount: 1
image:
repository: ghcr.io/metatavu/vp-kuljetus-vehicle-data-receiver
pullPolicy: Always
sha256: fc241411a8e2224f6371ae60fb665759be9e026044a3aec03d0849546af9811c
sha256: 1ff2d5baef01ea388c823e7d1445315533b650d2928fe294196c3486ae3761bb

metadata:
annotations:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ replicaCount: 1
image:
repository: ghcr.io/metatavu/vp-kuljetus-vehicle-management-service-api
pullPolicy: Always
sha256: 7373140c5b9ff6378686f4af86db6e5fef1b4ba9d4ebd567b05b8be613e82d0a
sha256: a3ba9d910d6acbf0f2fd3a66b2ed2e930605f0b035fb06c175fd98f1d799abfe

metadata:
annotations:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ replicaCount: 1
image:
repository: ghcr.io/metatavu/vp-kuljetus-work-planning-service-api
pullPolicy: Always
sha256: eaf6e0c3fd694841583f76c2a79fdce6a4a07ac28d0e5c5046c89850a00af3ea
sha256: 2d33050d83d8adc73f70fe8ef430cf107bd3e62cb58d1204157cc6e854cc19be

metadata:
annotations:
Expand Down

0 comments on commit a5e41cf

Please sign in to comment.