Skip to content
Closed
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
2 changes: 1 addition & 1 deletion data/k8s/dev/devteam/another-opensearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
tenant: nav
terminationProtection: true
userConfig:
opensearch_version: "2"
opensearch_version: "3.6"
status:
conditions:
- lastTransitionTime: "2023-11-08T10:36:06Z"
Expand Down
118 changes: 59 additions & 59 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 16 additions & 32 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
(
final: prev:
let
version = "1.24.2";
version = "1.26.7";
newerGoVersion = prev.go.overrideAttrs (old: {
inherit version;
src = prev.fetchurl {
url = "https://go.dev/dl/go${version}.src.tar.gz";
hash = "sha256-ncd/+twW2DehvzLZnGJMtN8GR87nsRnt2eexvMBfLgA=";
hash = "";
};
});
nixpkgsVersion = prev.go.version;
Expand All @@ -38,41 +38,25 @@
)
];
};
gqlgen = pkgs.buildGoModule rec {
pname = "gqlgen";
version = "0.17.68";
doCheck = false; # TODO: Actually run tests
src = pkgs.fetchFromGitHub {
owner = "99designs";
repo = "gqlgen";
rev = "v${version}";
hash = "sha256-zu9Rgxua19dZNLUeJeMklKB0C95E8UVWGu/I5Lkk66E=";
};
vendorHash = "sha256-B3RiZZee6jefslUSTfHDth8WUl5rv7fmEFU0DpKkWZk=";
};
in
{
devShells.default = pkgs.mkShell {
packages =
with pkgs;
[
go
go-tools
gopls
gotools
packages = with pkgs; [
go
go-tools
gopls
gotools

gofumpt
protobuf
protoc-gen-go
protoc-gen-go-grpc
sqlc
# Mise dependencies
nodejs_22
gofumpt
protobuf
protoc-gen-go
protoc-gen-go-grpc
sqlc
# Mise dependencies
nodejs_22

mise
nodePackages.prettier
]
++ [ gqlgen ];
mise
];
};

formatter = pkgs.nixfmt-rfc-style;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
tenant: nav
terminationProtection: true
userConfig:
opensearch_version: "2"
opensearch_version: "3.6"
---
apiVersion: aiven.io/v1alpha1
kind: OpenSearch
Expand All @@ -36,4 +36,4 @@ spec:
tenant: nav
terminationProtection: true
userConfig:
opensearch_version: "2"
opensearch_version: "3.6"
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
tenant: nav
terminationProtection: true
userConfig:
opensearch_version: "2"
opensearch_version: "3.6"
status:
conditions:
- lastTransitionTime: "2023-11-08T10:36:06Z"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
tenant: nav
terminationProtection: true
userConfig:
opensearch_version: "2"
opensearch_version: "3.6"
status:
conditions:
- lastTransitionTime: "2023-11-08T10:36:06Z"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
tenant: nav
terminationProtection: true
userConfig:
opensearch_version: "2"
opensearch_version: "3.6"
status:
conditions:
- lastTransitionTime: "2023-11-08T10:36:06Z"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ spec:
tenant: nav
terminationProtection: true
userConfig:
opensearch_version: "2"
opensearch_version: "3.6"
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ spec:
tenant: nav
terminationProtection: true
userConfig:
opensearch_version: "2"
opensearch_version: "3.6"
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ spec:
tenant: nav
terminationProtection: true
userConfig:
opensearch_version: "2"
opensearch_version: "3.6"
Loading