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

Hotfix kubernetes config #39

Merged
merged 18 commits into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
7cf5d5e
chore(deps): update dependency mongoose to v8.8.2
renovate[bot] Nov 18, 2024
021c6fe
Merge pull request #20 from FIS2425/renovate/npm-(runtime)
rafgoncas1 Nov 24, 2024
f3d8cc1
chore(deps): update npm (development)
renovate[bot] Nov 24, 2024
2576c4d
Merge pull request #19 from FIS2425/renovate/npm-(development)
rafgoncas1 Nov 24, 2024
92f4f42
chore(deps): update dependency vitest to v2.1.6
renovate[bot] Nov 26, 2024
213abc7
chore(deps): update docker/build-push-action action to v6.10.0
renovate[bot] Nov 26, 2024
e81b694
Merge pull request #27 from FIS2425/renovate/npm-(development)
darkgigi Nov 27, 2024
4f40386
Merge pull request #28 from FIS2425/renovate/ci
darkgigi Nov 27, 2024
c48ef02
chore(deps): update dependency mongoose to v8.8.3
renovate[bot] Nov 27, 2024
9243e6b
Merge pull request #30 from FIS2425/renovate/npm-(runtime)
darkgigi Nov 27, 2024
6281b02
Merge branch 'main' into release/v1.0.0
rafgoncas1 Nov 27, 2024
79111d4
Merge 6281b021f64ba9f5e1baac7f032a6ef37201355b into 9243e6b0483e7cc84…
rafgoncas1 Nov 27, 2024
db8b2a4
docs(api): updated openapi.md 📝
github-actions[bot] Nov 27, 2024
5f320d6
Merge pull request #32 from FIS2425/release/v1.0.0
darkgigi Nov 27, 2024
d56c0f2
chore(deps): update dependency @azure/storage-blob to v12.26.0
renovate[bot] Nov 27, 2024
75453e7
Merge pull request #33 from FIS2425/renovate/npm-(runtime)
darkgigi Nov 27, 2024
99d2392
fix: fix start script and image url
rafgoncas1 Nov 28, 2024
2e65024
Merge pull request #38 from FIS2425:hotfix/37-fix-kubernetes-config
darkgigi Nov 28, 2024
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
4 changes: 2 additions & 2 deletions .github/workflows/docker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and Push Docker Image
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.10.0
with:
context: .
file: Dockerfile
Expand All @@ -72,7 +72,7 @@ jobs:
${{ github.ref == 'refs/heads/develop' && github.event_name == 'push' && format('{0}:unstable-{1}', env.REGISTRY_IMAGE, env.COMMIT_SHA ) || '' }}

- name: Build and Push Ghcr Image
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.10.0
with:
context: .
file: Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/history-svc-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
value: mongodb://$(MONGOADMIN):$(MONGOPASS)@mongodb:27017/history?authSource=admin
- name: NODE_ENV
value: production
image: history-svc
image: ghcr.io/fis2425/history-svc:latest
name: history-svc
ports:
- containerPort: 3005
Expand Down
Loading
Loading