6.2. 動的プラグインキャッシュの設定
次のオプションの動的プラグインキャッシュパラメーターを設定できます。
forceDownload
: キャッシュをバイパスしてプラグインの再インストールを強制するには、true
に設定します。デフォルトはfalse
です。たとえば、dynamic-plugins.yaml
ファイルを次のように変更します。plugins: - disabled: false forceDownload: true package: 'oci://quay.io/example-org/example-plugin:v1.0.0!internal-backstage-plugin-example'