Compare commits

...

4 Commits

Author SHA1 Message Date
Mostafa
ae843a9797 trigger a build 2025-02-27 15:50:59 -06:00
Mostafa
6ffdf5f5b0 test chart lint 2025-02-27 15:47:51 -06:00
Mostafa
5b038813eb Bump rust version on CI image (#913) 2025-02-27 14:49:25 -06:00
(Alan) Jia Lin Yuan
4fdf73c599 Bump Rust Version on Dockerfile from 1.79.0 to 1.81 (#912) 2025-02-27 14:30:45 -06:00
5 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
FROM rust:1.79.0-slim-bookworm AS builder FROM rust:1.81.0-slim-bookworm AS builder
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y build-essential apt-get install -y build-essential

View File

@@ -1,4 +1,4 @@
FROM cimg/rust:1.79.0 FROM cimg/rust:1.81.0
COPY --from=sclevine/yj /bin/yj /bin/yj COPY --from=sclevine/yj /bin/yj /bin/yj
RUN /bin/yj -h RUN /bin/yj -h
RUN sudo apt-get update && \ RUN sudo apt-get update && \

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: pgcat name: pgcat
description: A Helm chart for PgCat a PostgreSQL pooler and proxy (like PgBouncer) with support for sharding, load balancing, failover and mirroring. description: A Helam chart for PgCat a PostgreSQL pooler and proxy (like PgBouncer) with support for sharding, load balancing, failover and mirroring.
maintainers: maintainers:
- name: PostgresML - name: PostgresML
email: team@postgresml.org email: team@postgresml.org

View File

@@ -1,4 +1,4 @@
FROM rust:bullseye FROM rust:1.81.0-slim-bookworm
COPY --from=sclevine/yj /bin/yj /bin/yj COPY --from=sclevine/yj /bin/yj /bin/yj
RUN /bin/yj -h RUN /bin/yj -h