Skip to content

Commit 2eac36d

Browse files
authored
update year in generated code and maintainer info in Dockerfiles (zalando#1298)
* update year in generated code and maintainer info in Dockerfiles * minor update in admin docs
1 parent 50cb589 commit 2eac36d

33 files changed

+36
-36
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2020 Zalando SE
3+
Copyright (c) 2021 Zalando SE
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docker/DebugDockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM alpine
2-
MAINTAINER Team ACID @ Zalando <[email protected]>
2+
LABEL maintainer="Team ACID @ Zalando <[email protected]>"
33

44
# We need root certificates to deal with teams api over https
55
RUN apk --no-cache add ca-certificates go git musl-dev

docs/administrator.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ To trigger the upgrade, increase the version in the cluster manifest. After
3030
Pods are rotated `configure_spilo` will notice the version mismatch and start
3131
the old version again. You can then exec into the Postgres container of the
3232
master instance and call `python3 /scripts/inplace_upgrade.py N` where `N`
33-
is the number of members of your cluster (see `number_of_instances`). The
34-
upgrade is usually fast, well under one minute for most DBs. Note, that changes
35-
become irrevertible once `pg_upgrade` is called. To understand the upgrade
36-
procedure, refer to the [corresponding PR in Spilo](https://github.com/zalando/spilo/pull/488).
33+
is the number of members of your cluster (see [`numberOfInstances`](https://github.com/zalando/postgres-operator/blob/50cb5898ea715a1db7e634de928b2d16dc8cd969/manifests/minimal-postgres-manifest.yaml#L10)).
34+
The upgrade is usually fast, well under one minute for most DBs. Note, that
35+
changes become irrevertible once `pg_upgrade` is called. To understand the
36+
upgrade procedure, refer to the [corresponding PR in Spilo](https://github.com/zalando/spilo/pull/488).
3737

3838
## CRD Validation
3939

pkg/apis/acid.zalan.do/v1/zz_generated.deepcopy.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/generated/clientset/versioned/clientset.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/generated/clientset/versioned/doc.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/generated/clientset/versioned/fake/clientset_generated.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/generated/clientset/versioned/fake/doc.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/generated/clientset/versioned/fake/register.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/generated/clientset/versioned/scheme/doc.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)