Skip to content

Commit

Permalink
Switch to MongoDB 6
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ratushnyy committed Oct 17, 2023
1 parent be6e870 commit 7daca81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: 6/edge
- name: Setup operator environment
uses: charmed-kubernetes/actions-operator@main
with:
Expand Down
4 changes: 2 additions & 2 deletions rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See LICENSE file for licensing details.
name: charmed-mongodb # the name of your ROCK
base: ubuntu:22.04 # the base environment for this ROCK
version: "5.0.14-12" # just for humans. Semantic versioning is recommended
version: "6.0.6-1" # just for humans. Semantic versioning is recommended
summary: MongoDB in a rock. # 79 char long summary
description: |
MongoDB is a source-available cross-platform
Expand All @@ -26,7 +26,7 @@ parts:
mongo-snap:
plugin: nil
stage-snaps:
- charmed-mongodb/5/edge
- charmed-mongodb/6/edge
overlay-packages:
- ca-certificates
dep-debs:
Expand Down

0 comments on commit 7daca81

Please sign in to comment.