Skip to content

Commit

Permalink
fix(Mongo): Give version 7 with ARM/AMD64 a try
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Mar 6, 2024
1 parent 71ed07f commit c27417a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions roles/prepare/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ common_packages:
# yq is installed from GitHub
# DB Clients
- "postgresql-client"
- sqlcmd
#- "mongocli"
#- "mongodb-database-tools"
- "sqlcmd"
- "mongocli"
- "mongodb-database-tools"
# Further tools
- "nodejs"
snap_packages:
- jq
Expand All @@ -50,12 +51,15 @@ apt_keys:
file_name: microsoft.gpg
- url: "https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key"
file_name: nodesource.gpg
- url: "https://www.mongodb.org/static/pgp/server-7.0.asc"
file_name: /mongodb-server-7.0.gpg
apt_repos:
- "deb [signed-by=/etc/apt/keyrings/k8s.gpg] https://pkgs.k8s.io/core:/stable:/v1.28/deb/ /"
- "deb [signed-by=/etc/apt/keyrings/google.gpg] https://packages.cloud.google.com/apt cloud-sdk main"
- "deb [signed-by=/etc/apt/keyrings/microsoft.gpg] https://packages.microsoft.com/ubuntu/20.04/prod focal main"
- "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main"
- "deb http://deb.debian.org/debian unstable main non-free contrib"
- "deb [arch=amd64,arm64 signed-by=/etc/apt/keyrings/mongodb-server-7.0.gpg] https://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/7.0 multiverse"
helm_plugins:
- "https://github.com/databus23/helm-diff"
- "https://github.com/jkroepke/helm-secrets"
Expand Down

0 comments on commit c27417a

Please sign in to comment.