From 7daca8173b0dbe3137808c5110fd6c7d6646eeb7 Mon Sep 17 00:00:00 2001 From: Dmitry Ratushnyy Date: Tue, 17 Oct 2023 15:24:10 +0000 Subject: [PATCH] Switch to MongoDB 6 --- .github/workflows/integration.yaml | 2 ++ rockcraft.yaml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index a44e960..005b369 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -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: diff --git a/rockcraft.yaml b/rockcraft.yaml index 6a6bbb6..877c66d 100644 --- a/rockcraft.yaml +++ b/rockcraft.yaml @@ -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 @@ -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: