Skip to content
Open
Show file tree
Hide file tree
Changes from 4 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
4 changes: 2 additions & 2 deletions .do/k8s-cluster/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ WORKSPACE ?= ${DO_TF_WORKSPACE}
VARS_FILE ?= deploy.tfvars
NGINX_INGRESS_VERSION ?= 4.11.3
CERT_MANAGER_VERSION ?= v1.15.0
K8S_VERSION ?= 1.30
K8S_VERSION ?= 1.31
DO_K8S_SLUG ?= $(shell doctl kubernetes options versions | grep $(K8S_VERSION) | awk '{print $$1}')
NODE_TYPE ?= s-8vcpu-32gb
NODES_MIN ?= 1
NODES_MAX ?= 10

.PHONY: create_terraformrc
create_terraformrc:
@echo -e "credentials \"app.terraform.io\" { \n token = \"$$TF_AUTH_TOKEN\" \n}" > $(TF_RC)
Expand Down
2 changes: 1 addition & 1 deletion .do/k8s-cluster/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
variable "k8s_version" {
description = "Kubernetes version. See available versions with `doctl kubernetes options versions`"
type = string
default = "1.30.5-do.5"
default = "1.31.9-do.3"
}

variable "k8s_kubeconfig" {
Expand Down
5 changes: 4 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ description: Install and configure Codacy Self-hosted on Kubernetes or MicroK8s.

# Installing Codacy Self-hosted

!!! Note
**We no longer provide Self-Hosted licenses.** This document aims to provide guidance in installing Codacy Self-Hosted when you already have such a license.

This documentation guides you on how to install Codacy Self-hosted on Kubernetes or MicroK8s.

!!! important
**If you're running the legacy Codacy Self-hosted solution running on Docker** please contact <mailto:support@codacy.com> so that we can assist you with the migration to Codacy Self-hosted running on Kubernetes or MicroK8s.
**If you're running the legacy Codacy Self-hosted solution running on Docker** please contact <mailto:support@codacy.com> so that we can assist you with the migration to Codacy Self-hosted running on Kubernetes or MicroK8s.

To install Codacy you must complete these main steps:

Expand Down