Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(container): update oneuptime group to v7.0.1004 (patch) #1657

Merged
merged 1 commit into from
Nov 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
strategy: RollingUpdate
image:
repository: ghcr.io/oneuptime/accounts
tag: 7.0.1000
tag: 7.0.1004
env:
PORT: &port 3003
envFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
strategy: RollingUpdate
image:
repository: ghcr.io/oneuptime/api-reference
tag: 7.0.1000
tag: 7.0.1004
env:
PORT: &port 1445
envFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
strategy: RollingUpdate
image:
repository: ghcr.io/oneuptime/dashboard-api
tag: 7.0.1000
tag: 7.0.1004
env:
DASHBOARD_API_PORT: &port 3002
envFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
strategy: RollingUpdate
image:
repository: ghcr.io/oneuptime/dashboard
tag: 7.0.1000
tag: 7.0.1004
env:
PORT: &port 3009
envFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
strategy: RollingUpdate
image:
repository: ghcr.io/oneuptime/file
tag: 7.0.1000
tag: 7.0.1004
env:
PORT: &port 3125
envFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
strategy: RollingUpdate
image:
repository: ghcr.io/oneuptime/haraka
tag: 7.0.1000
tag: 7.0.1004
env:
PORT: &port 25
envFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
strategy: RollingUpdate
image:
repository: ghcr.io/oneuptime/home
tag: 7.0.1000
tag: 7.0.1004
env:
PORT: &port 1444
envFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
strategy: RollingUpdate
image:
repository: ghcr.io/oneuptime/identity
tag: 7.0.1000
tag: 7.0.1004
env:
PORT: &port 3087
envFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
strategy: RollingUpdate
image:
repository: ghcr.io/oneuptime/link-shortener
tag: 7.0.1000
tag: 7.0.1004
env:
LINK_SHORTENER_PORT: &port 3521
envFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
strategy: RollingUpdate
image:
repository: ghcr.io/oneuptime/notification
tag: 7.0.1000
tag: 7.0.1004
env:
NOTIFICATION_PORT: &port 3191
envFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
strategy: RollingUpdate
image:
repository: ghcr.io/oneuptime/probe
tag: 7.0.1000
tag: 7.0.1004
env:
PORT: &port 3500
envFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
strategy: RollingUpdate
image:
repository: ghcr.io/oneuptime/probe
tag: 7.0.1000
tag: 7.0.1004
env:
PORT: &port 3500
envFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
strategy: RollingUpdate
image:
repository: ghcr.io/oneuptime/status-page
tag: 7.0.1000
tag: 7.0.1004
env:
PORT: &port 3105
envFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
strategy: RollingUpdate
image:
repository: ghcr.io/oneuptime/workers
tag: 7.0.1000
tag: 7.0.1004
env:
PORT: &port 3452
ENVIRONMENT: production
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
strategy: RollingUpdate
image:
repository: ghcr.io/oneuptime/workflow
tag: 7.0.1000
tag: 7.0.1004
env:
WORKFLOW_PORT: &port 3099
envFrom:
Expand Down
Loading