Skip to content

Commit

Permalink
Merge pull request #206 from caktus/CU-86774uj0w_trafficstops-stack-c…
Browse files Browse the repository at this point in the history
…luster

Kubernetes upgrades to v1.25
  • Loading branch information
ronardcaktus authored Jun 20, 2023
2 parents 52be6d3 + 1bd2d59 commit b8ddaab
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 16 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ RUN groupadd --gid $USER_GID $USERNAME \
# openssh-client -- for git over SSH
# sudo -- to run commands as superuser
# vim -- enhanced vi editor for commits
ENV KUBE_CLIENT_VERSION="v1.22.15"
ENV HELM_VERSION="3.8.2"
ENV KUBE_CLIENT_VERSION="v1.25.10"
ENV HELM_VERSION="3.12.0"
RUN --mount=type=cache,target=/var/cache/apt --mount=type=cache,target=/var/lib/apt \
--mount=type=cache,mode=0755,target=/root/.cache/pip \
set -ex \
Expand All @@ -124,6 +124,7 @@ RUN --mount=type=cache,target=/var/cache/apt --mount=type=cache,target=/var/lib/
docker-compose-plugin \
git-core \
gnupg2 \
jq \
libpcre3 \
libpq-dev \
mime-support \
Expand Down
4 changes: 2 additions & 2 deletions deploy/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ k8s_install_descheduler: yes
# You must set the k8s_descheduler_chart_version to match the Kubernetes
# node version (0.23.x -> K8s 1.23.x); see:
# https://github.com/kubernetes-sigs/descheduler#compatibility-matrix
k8s_descheduler_chart_version: v0.22.1
k8s_descheduler_chart_version: v0.25.2
# See values.yaml for options:
# https://github.com/kubernetes-sigs/descheduler/blob/master/charts/descheduler/values.yaml#L63
k8s_descheduler_release_values:
Expand Down Expand Up @@ -96,7 +96,7 @@ k8s_iam_users: [copelco]
# https://github.com/kubernetes/ingress-nginx/releases
k8s_ingress_nginx_chart_version: "4.4.2"
# https://github.com/jetstack/cert-manager/releases
k8s_cert_manager_chart_version: "v1.7.2"
k8s_cert_manager_chart_version: "v1.11.1"
# AWS only:
# Use the newer load balancer type (NLB). DO NOT edit k8s_aws_load_balancer_type after
# creating your Service.
Expand Down
6 changes: 3 additions & 3 deletions deploy/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

- src: https://github.com/caktus/ansible-role-django-k8s
name: caktus.django-k8s
version: v1.5.1
version: v1.6.0

- src: https://github.com/caktus/ansible-role-aws-web-stacks
name: caktus.aws-web-stacks
version: ''

- src: https://github.com/caktus/ansible-role-k8s-web-cluster
name: caktus.k8s-web-cluster
version: v1.4.0
version: v1.5.0

- src: https://github.com/caktus/ansible-role-k8s-hosting-services
name: caktus.k8s-hosting-services
version: v0.9.0
version: v0.11.0
2 changes: 1 addition & 1 deletion requirements/base/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ census==0.8.19
us
dealer
boto
boto3==1.26.109
boto3==1.26.87
botocore==1.29.109
click==8.1.3
django-cache-machine==1.2.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/base/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ billiard==3.6.3.0
# via celery
boto==2.49.0
# via -r requirements/base/base.in
boto3==1.26.109
boto3==1.26.87
# via -r requirements/base/base.in
botocore==1.29.109
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/deploy/deploy.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Deploy.in
-c ../base/base.txt
python3-memcached
newrelic==8.7.0
sentry-sdk==1.16.0
newrelic==8.8.0
sentry-sdk==1.24.0
uwsgi
4 changes: 2 additions & 2 deletions requirements/deploy/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ certifi==2020.6.20
# via
# -c requirements/deploy/../base/base.txt
# sentry-sdk
newrelic==8.7.0
newrelic==8.8.0
# via -r requirements/deploy/deploy.in
python3-memcached==1.51
# via -r requirements/deploy/deploy.in
sentry-sdk==1.16.0
sentry-sdk==1.24.0
# via -r requirements/deploy/deploy.in
urllib3==1.26.14
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev/dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cffi==1.15.0
Jinja2==3.0.3
openshift==0.12
kubernetes==12.0.0
kubernetes-validate
kubernetes-validate~=1.25.0

troposphere

Expand Down
4 changes: 2 additions & 2 deletions requirements/dev/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ babel==2.8.0
# via sphinx
backcall==0.1.0
# via ipython
boto3==1.26.109
boto3==1.26.87
# via
# -c requirements/dev/../base/base.txt
# invoke-kubesae
Expand Down Expand Up @@ -120,7 +120,7 @@ kubernetes==12.0.0
# via
# -r requirements/dev/dev.in
# openshift
kubernetes-validate==1.18.0
kubernetes-validate==1.25.2
# via -r requirements/dev/dev.in
livereload==2.6.2
# via sphinx-autobuild
Expand Down

0 comments on commit b8ddaab

Please sign in to comment.