diff --git a/.env.example b/.env.example index d085bb7..2402774 100644 --- a/.env.example +++ b/.env.example @@ -15,7 +15,7 @@ DB_DATABASE=k8s DB_USERNAME=root DB_PASSWORD= -META_REPO=https://github.com/kalkayan/k8s.elections.meta.git +META_REPO=https://github.com/elekto-dev/elekto.meta.test.git ELECTION_DIR=elections META_DEPLOYMENT=local META_PATH=meta diff --git a/README.md b/README.md index 826b937..f3b5624 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ DB_PASSWORD=password Update the meta repository info ```bash -META_REPO=https://github.com/elekto-io/elekto.meta.test.git +META_REPO=https://github.com/elekto-dev/elekto.meta.test.git META_DEPLOYMENT=local META_PATH=meta META_BRANCH=main diff --git a/docker-compose.yml b/docker-compose.yml index d86fd9e..a92822e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: db: - image: postgres + image: postgres:17 restart: always environment: POSTGRES_DB: elekto diff --git a/docs/README.md b/docs/README.md index ea9021b..5bb2b2d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,3 +1,3 @@ # Documentation -Primary elekto documentation is in [the Elekto Docs repo](https://github.com/elekto-io/docs) and not here. This directory contains some design documents from the early work on Elekto. +Primary elekto documentation is in [the Elekto Docs repo](https://github.com/elekto-dev/docs) and not here. This directory contains some design documents from the early work on Elekto. diff --git a/elekto/models/meta.py b/elekto/models/meta.py index 48c6482..a64107a 100644 --- a/elekto/models/meta.py +++ b/elekto/models/meta.py @@ -137,7 +137,7 @@ def voters(self): def showfields(self): # FIXME: show_candidate_fields could be None (as is the case in the name_the_app example meta), leading to an - # error if showfields() is called. See: https://github.com/elekto-io/elekto/issues/98 + # error if showfields() is called. See: https://github.com/elekto-dev/elekto/issues/98 return dict.fromkeys(self.election['show_candidate_fields'], '') def candidates(self): diff --git a/installation/deployment/deployment.yaml b/installation/deployment/deployment.yaml index b5dcdd5..6cac341 100644 --- a/installation/deployment/deployment.yaml +++ b/installation/deployment/deployment.yaml @@ -18,7 +18,7 @@ spec: app: elekto spec: containers: - - image: ghcr.io/elekto-io/elekto:sha-83523b4 + - image: ghcr.io/elekto-dev/elekto:sha-83523b4 imagePullPolicy: Always name: elekto ports: diff --git a/scripts/validate-bios/README.md b/scripts/validate-bios/README.md index d985347..2b839ef 100644 --- a/scripts/validate-bios/README.md +++ b/scripts/validate-bios/README.md @@ -17,7 +17,7 @@ Adapted from the [Kubernetes community's verify-steering-election-tool.go](https No installation required! Run directly from GitHub: ```bash -go run github.com/elekto-io/elekto/scripts/validate-bios@latest +go run github.com/elekto-dev/elekto/scripts/validate-bios@latest ``` Or for local development, build from source: @@ -35,7 +35,7 @@ This directory also includes a [sample Github workflow](go-test.yml), which can ```bash # Run directly from GitHub (recommended) -go run github.com/elekto-io/elekto/scripts/validate-bios@latest /path/to/election +go run github.com/elekto-dev/elekto/scripts/validate-bios@latest /path/to/election # Or for local development cd scripts/validate-bios @@ -50,18 +50,18 @@ cd scripts/validate-bios ```bash # Enforce word limits -go run github.com/elekto-io/elekto/scripts/validate-bios@latest \ +go run github.com/elekto-dev/elekto/scripts/validate-bios@latest \ --max-words=450 \ --recommended-words=300 \ /path/to/election # Require specific markdown sections -go run github.com/elekto-io/elekto/scripts/validate-bios@latest \ +go run github.com/elekto-dev/elekto/scripts/validate-bios@latest \ --required-sections="## About Me,## Platform,## Why I'm Running" \ /path/to/election # Combine all options -go run github.com/elekto-io/elekto/scripts/validate-bios@latest \ +go run github.com/elekto-dev/elekto/scripts/validate-bios@latest \ --max-words=450 \ --recommended-words=300 \ --required-sections="## About Me,## Platform" \ diff --git a/scripts/validate-bios/go.mod b/scripts/validate-bios/go.mod index e5f35ad..f9c48bf 100644 --- a/scripts/validate-bios/go.mod +++ b/scripts/validate-bios/go.mod @@ -1,4 +1,4 @@ -module github.com/elekto-io/elekto/scripts/validate-bios +module github.com/elekto-dev/elekto/scripts/validate-bios go 1.22 diff --git a/scripts/validate-bios/validate-bios b/scripts/validate-bios/validate-bios new file mode 100755 index 0000000..b3c205b Binary files /dev/null and b/scripts/validate-bios/validate-bios differ diff --git a/security.md b/security.md index c552a33..d49af13 100644 --- a/security.md +++ b/security.md @@ -6,7 +6,7 @@ For information regarding the security and all other kinds of updates to this pr * #elekto on [slack.cncf.io](https://slack.cncf.io) -Or simply follow our [releases feed](https://github.com/elekto-io/elekto/releases). +Or simply follow our [releases feed](https://github.com/elekto-dev/elekto/releases). ## Reporting a vulnerability